@warp-ds/elements 2.10.0-next.11 → 2.10.0-next.13
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.
- package/dist/custom-elements.json +211 -189
- package/dist/docs/badge/api.md +4 -4
- package/dist/docs/badge/badge.md +4 -4
- package/dist/docs/button/api.md +24 -24
- package/dist/docs/button/button.md +24 -24
- package/dist/docs/checkbox/api.md +2 -2
- package/dist/docs/checkbox/checkbox.md +2 -2
- package/dist/docs/checkbox-group/api.md +6 -6
- package/dist/docs/checkbox-group/checkbox-group.md +6 -6
- package/dist/docs/datepicker/api.md +8 -8
- package/dist/docs/datepicker/datepicker.md +8 -8
- package/dist/docs/expandable/api.md +6 -6
- package/dist/docs/expandable/expandable.md +6 -6
- package/dist/docs/icon/api.md +4 -4
- package/dist/docs/icon/icon.md +4 -4
- package/dist/docs/link/api.md +10 -10
- package/dist/docs/link/link.md +10 -10
- package/dist/docs/modal/api.md +2 -2
- package/dist/docs/modal/modal.md +2 -2
- package/dist/docs/pagination/api.md +4 -4
- package/dist/docs/pagination/pagination.md +4 -4
- package/dist/docs/pill/api.md +8 -8
- package/dist/docs/pill/pill.md +8 -8
- package/dist/docs/select/api.md +10 -10
- package/dist/docs/select/select.md +10 -10
- package/dist/docs/slider/api.md +22 -22
- package/dist/docs/slider/slider.md +22 -22
- package/dist/docs/slider-thumb/api.md +12 -12
- package/dist/docs/slider-thumb/slider-thumb.md +12 -12
- package/dist/docs/tabs/api.md +2 -2
- package/dist/docs/tabs/tabs.md +2 -2
- package/dist/docs/textarea/api.md +14 -14
- package/dist/docs/textarea/textarea.md +14 -14
- package/dist/docs/textfield/api.md +34 -34
- package/dist/docs/textfield/textfield.md +34 -34
- package/dist/packages/affix/affix.d.ts +1 -1
- package/dist/packages/affix/affix.js +8 -8
- package/dist/packages/affix/affix.js.map +4 -4
- package/dist/packages/affix/styles.js +2 -2
- package/dist/packages/alert/alert.js +7 -7
- package/dist/packages/alert/alert.js.map +3 -3
- package/dist/packages/alert/styles.js +2 -2
- package/dist/packages/attention/attention.js +42 -21
- package/dist/packages/attention/attention.js.map +4 -4
- package/dist/packages/attention/attention.stories.js +1 -1
- package/dist/packages/attention/styles.js +2 -2
- package/dist/packages/badge/badge.d.ts +2 -2
- package/dist/packages/badge/badge.js +6 -6
- package/dist/packages/badge/badge.js.map +3 -3
- package/dist/packages/badge/styles.js +2 -2
- package/dist/packages/box/box.js +6 -6
- package/dist/packages/box/box.js.map +3 -3
- package/dist/packages/box/styles.js +2 -2
- package/dist/packages/breadcrumbs/breadcrumbs.d.ts +1 -2
- package/dist/packages/breadcrumbs/breadcrumbs.js +7 -7
- package/dist/packages/breadcrumbs/breadcrumbs.js.map +4 -4
- package/dist/packages/breadcrumbs/breadcrumbs.react.stories.d.ts +1 -1
- package/dist/packages/breadcrumbs/styles.js +2 -2
- package/dist/packages/button/button.d.ts +11 -11
- package/dist/packages/button/button.js +37 -16
- package/dist/packages/button/button.js.map +4 -4
- package/dist/packages/button/button.react.stories.d.ts +2 -2
- package/dist/packages/button/react.d.ts +1 -1
- package/dist/packages/button/styles.js +18 -2
- package/dist/packages/card/card.js +8 -8
- package/dist/packages/card/card.js.map +4 -4
- package/dist/packages/card/styles.js +2 -2
- package/dist/packages/checkbox/checkbox.d.ts +2 -2
- package/dist/packages/checkbox/checkbox.js +9 -9
- package/dist/packages/checkbox/checkbox.js.map +3 -3
- package/dist/packages/checkbox-group/checkbox-group.d.ts +4 -4
- package/dist/packages/checkbox-group/checkbox-group.js.map +2 -2
- package/dist/packages/combobox/combobox.js +14 -15
- package/dist/packages/combobox/combobox.js.map +4 -4
- package/dist/packages/combobox/combobox.react.stories.d.ts +26 -10
- package/dist/packages/combobox/react.d.ts +13 -5
- package/dist/packages/combobox/styles.js +2 -3
- package/dist/packages/datepicker/datepicker.d.ts +5 -5
- package/dist/packages/datepicker/datepicker.js +29 -29
- package/dist/packages/datepicker/datepicker.js.map +4 -4
- package/dist/packages/datepicker/datepicker.react.stories.d.ts +12 -12
- package/dist/packages/datepicker/react.d.ts +6 -6
- package/dist/packages/expandable/expandable.d.ts +3 -3
- package/dist/packages/expandable/expandable.js +10 -10
- package/dist/packages/expandable/expandable.js.map +3 -3
- package/dist/packages/expandable/styles.js +2 -2
- package/dist/packages/icon/icon.d.ts +1 -1
- package/dist/packages/icon/icon.js +2 -2
- package/dist/packages/icon/icon.js.map +1 -1
- package/dist/packages/icon/icon.react.stories.d.ts +1 -1
- package/dist/packages/icon/icon.react.stories.js +2 -0
- package/dist/packages/icon/icon.stories.d.ts +7 -30
- package/dist/packages/icon/icon.stories.js +11 -2
- package/dist/packages/link/link.d.ts +5 -5
- package/dist/packages/link/link.js +40 -19
- package/dist/packages/link/link.js.map +3 -3
- package/dist/packages/link/styles.js +5 -0
- package/dist/packages/modal/modal.d.ts +1 -1
- package/dist/packages/modal/modal.js +7 -7
- package/dist/packages/modal/modal.js.map +3 -3
- package/dist/packages/modal/modal.react.stories.d.ts +4 -4
- package/dist/packages/modal/react.d.ts +4 -4
- package/dist/packages/modal/util.js +3 -1
- package/dist/packages/modal-footer/modal-footer.js +7 -7
- package/dist/packages/modal-footer/modal-footer.js.map +3 -3
- package/dist/packages/modal-header/modal-header.js +11 -11
- package/dist/packages/modal-header/modal-header.js.map +4 -4
- package/dist/packages/modal-header/react.d.ts +2 -2
- package/dist/packages/page-indicator/page-indicator.d.ts +0 -4
- package/dist/packages/page-indicator/page-indicator.js +6 -6
- package/dist/packages/page-indicator/page-indicator.js.map +4 -4
- package/dist/packages/page-indicator/page-indicator.stories.d.ts +8 -26
- package/dist/packages/page-indicator/page-indicator.stories.js +9 -7
- package/dist/packages/pagination/pagination.d.ts +8 -9
- package/dist/packages/pagination/pagination.js +15 -15
- package/dist/packages/pagination/pagination.js.map +4 -4
- package/dist/packages/pagination/pagination.react.stories.d.ts +6 -6
- package/dist/packages/pagination/pagination.test.js +4 -7
- package/dist/packages/pagination/react.d.ts +3 -3
- package/dist/packages/pagination/styles.js +2 -2
- package/dist/packages/pill/pill.d.ts +4 -4
- package/dist/packages/pill/pill.js +9 -9
- package/dist/packages/pill/pill.js.map +4 -4
- package/dist/packages/pill/pill.react.stories.d.ts +8 -8
- package/dist/packages/pill/react.d.ts +4 -4
- package/dist/packages/pill/styles.js +2 -2
- package/dist/packages/radio/form-associated-element.d.ts +1 -1
- package/dist/packages/radio/radio.d.ts +1 -1
- package/dist/packages/radio/radio.js +8 -8
- package/dist/packages/radio/radio.js.map +3 -3
- package/dist/packages/radio-group/radio-group.d.ts +2 -2
- package/dist/packages/radio-group/radio-group.js +11 -11
- package/dist/packages/radio-group/radio-group.js.map +4 -4
- package/dist/packages/radio-group/react.d.ts +4 -4
- package/dist/packages/select/react.d.ts +3 -3
- package/dist/packages/select/select.d.ts +6 -7
- package/dist/packages/select/select.js +13 -13
- package/dist/packages/select/select.js.map +4 -4
- package/dist/packages/select/select.react.stories.d.ts +7 -7
- package/dist/packages/select/select.react.stories.js +15 -10
- package/dist/packages/select/styles.js +2 -2
- package/dist/packages/slider/slider.d.ts +14 -14
- package/dist/packages/slider/slider.js +12 -12
- package/dist/packages/slider/slider.js.map +4 -4
- package/dist/packages/slider/slider.stories.js +1 -0
- package/dist/packages/slider/styles.js +2 -2
- package/dist/packages/slider-thumb/react.d.ts +2 -2
- package/dist/packages/slider-thumb/slider-thumb.d.ts +14 -14
- package/dist/packages/slider-thumb/slider-thumb.js +11 -11
- package/dist/packages/slider-thumb/slider-thumb.js.map +4 -4
- package/dist/packages/slider-thumb/styles.d.ts +1 -0
- package/dist/packages/slider-thumb/styles.js +2 -0
- package/dist/packages/step/step.js +10 -10
- package/dist/packages/step/step.js.map +4 -4
- package/dist/packages/step-indicator/step-indicator.js +6 -6
- package/dist/packages/step-indicator/step-indicator.js.map +3 -3
- package/dist/packages/step-indicator/styles.js +2 -2
- package/dist/packages/styles.js +4 -2
- package/dist/packages/switch/styles.js +2 -2
- package/dist/packages/switch/switch.d.ts +3 -3
- package/dist/packages/switch/switch.js +6 -6
- package/dist/packages/switch/switch.js.map +3 -3
- package/dist/packages/tab/react.d.ts +4 -4
- package/dist/packages/tab/tab.d.ts +1 -1
- package/dist/packages/tab/tab.js +6 -6
- package/dist/packages/tab/tab.js.map +3 -3
- package/dist/packages/tab-panel/tab-panel.js +5 -5
- package/dist/packages/tab-panel/tab-panel.js.map +3 -3
- package/dist/packages/tabs/styles.js +2 -2
- package/dist/packages/tabs/tabs.d.ts +4 -3
- package/dist/packages/tabs/tabs.js +6 -6
- package/dist/packages/tabs/tabs.js.map +3 -3
- package/dist/packages/textarea/react.d.ts +9 -9
- package/dist/packages/textarea/styles.js +2 -2
- package/dist/packages/textarea/textarea.a11y.test.js +1 -1
- package/dist/packages/textarea/textarea.d.ts +10 -10
- package/dist/packages/textarea/textarea.js +10 -10
- package/dist/packages/textarea/textarea.js.map +4 -4
- package/dist/packages/textarea/textarea.react.stories.d.ts +18 -18
- package/dist/packages/textfield/react.d.ts +9 -9
- package/dist/packages/textfield/styles.js +2 -2
- package/dist/packages/textfield/textfield.d.ts +22 -22
- package/dist/packages/textfield/textfield.js +10 -10
- package/dist/packages/textfield/textfield.js.map +3 -3
- package/dist/packages/textfield/textfield.react.stories.d.ts +18 -18
- package/dist/packages/toast/api.d.ts +1 -1
- package/dist/packages/toast/styles.js +2 -2
- package/dist/packages/toast/toast.d.ts +1 -1
- package/dist/packages/toast/toast.js +12 -12
- package/dist/packages/toast/toast.js.map +4 -4
- package/dist/packages/toast-container/styles.d.ts +1 -0
- package/dist/packages/toast-container/styles.js +2 -0
- package/dist/packages/toast-container/toast-container.js +8 -8
- package/dist/packages/toast-container/toast-container.js.map +3 -3
- package/dist/web-types.json +170 -159
- package/eik/index.js +19 -2459
- package/package.json +3 -3
|
@@ -25,14 +25,14 @@
|
|
|
25
25
|
"kind": "field",
|
|
26
26
|
"name": "size",
|
|
27
27
|
"type": {
|
|
28
|
-
"text": "'small' | 'medium' | 'large' | PixelValue"
|
|
28
|
+
"text": "'small' | 'medium' | 'large' | PixelValue | undefined"
|
|
29
29
|
},
|
|
30
30
|
"description": "Size: small, medium, large or pixel value (e.g. \"32px\").",
|
|
31
31
|
"default": "\"medium\"",
|
|
32
32
|
"attribute": "size",
|
|
33
33
|
"reflects": true,
|
|
34
34
|
"parsedType": {
|
|
35
|
-
"text": "'small' | 'medium' | 'large' | `${number}px`"
|
|
35
|
+
"text": "'small' | 'medium' | 'large' | `${number}px` | undefined"
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
{
|
|
@@ -98,13 +98,13 @@
|
|
|
98
98
|
{
|
|
99
99
|
"name": "size",
|
|
100
100
|
"type": {
|
|
101
|
-
"text": "'small' | 'medium' | 'large' | PixelValue"
|
|
101
|
+
"text": "'small' | 'medium' | 'large' | PixelValue | undefined"
|
|
102
102
|
},
|
|
103
103
|
"description": "Size: small, medium, large or pixel value (e.g. \"32px\").",
|
|
104
104
|
"default": "\"medium\"",
|
|
105
105
|
"fieldName": "size",
|
|
106
106
|
"parsedType": {
|
|
107
|
-
"text": "'small' | 'medium' | 'large' | `${number}px`"
|
|
107
|
+
"text": "'small' | 'medium' | 'large' | `${number}px` | undefined"
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
110
|
{
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
"kind": "field",
|
|
207
207
|
"name": "label",
|
|
208
208
|
"type": {
|
|
209
|
-
"text": "string"
|
|
209
|
+
"text": "string | undefined"
|
|
210
210
|
},
|
|
211
211
|
"description": "Either a `label` or an `aria-label` must be provided.",
|
|
212
212
|
"attribute": "label",
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
"kind": "field",
|
|
217
217
|
"name": "helpText",
|
|
218
218
|
"type": {
|
|
219
|
-
"text": "string"
|
|
219
|
+
"text": "string | undefined"
|
|
220
220
|
},
|
|
221
221
|
"description": "Use in combination with `invalid` to show as a validation error message,\nor on its own to show a help text.",
|
|
222
222
|
"summary": "Description shown below the input field",
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
"kind": "field",
|
|
228
228
|
"name": "size",
|
|
229
229
|
"type": {
|
|
230
|
-
"text": "string"
|
|
230
|
+
"text": "string | undefined"
|
|
231
231
|
},
|
|
232
232
|
"description": "Sets the [size](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#size) (width) of the input field to fit the expected length of inputs.",
|
|
233
233
|
"attribute": "size",
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
"kind": "field",
|
|
238
238
|
"name": "max",
|
|
239
239
|
"type": {
|
|
240
|
-
"text": "number"
|
|
240
|
+
"text": "number | undefined"
|
|
241
241
|
},
|
|
242
242
|
"description": "Use with `type=\"number\"` to set the [maximum allowed value](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#maxlength).",
|
|
243
243
|
"attribute": "max",
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
"kind": "field",
|
|
248
248
|
"name": "min",
|
|
249
249
|
"type": {
|
|
250
|
-
"text": "number"
|
|
250
|
+
"text": "number | undefined"
|
|
251
251
|
},
|
|
252
252
|
"description": "Use with `type=\"number\"` to set the [minimum allowed value](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#minlength).",
|
|
253
253
|
"attribute": "min",
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
"kind": "field",
|
|
258
258
|
"name": "minLength",
|
|
259
259
|
"type": {
|
|
260
|
-
"text": "number"
|
|
260
|
+
"text": "number | undefined"
|
|
261
261
|
},
|
|
262
262
|
"deprecated": "Use the native `minlength` attribute",
|
|
263
263
|
"attribute": "min-length",
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
"kind": "field",
|
|
268
268
|
"name": "minlength",
|
|
269
269
|
"type": {
|
|
270
|
-
"text": "number"
|
|
270
|
+
"text": "number | undefined"
|
|
271
271
|
},
|
|
272
272
|
"description": "For `text`, `search`, `url`, `tel`, `email` and `password` fields, sets the [minimum string length](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#minlength) required.",
|
|
273
273
|
"attribute": "minlength",
|
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
"kind": "field",
|
|
278
278
|
"name": "maxLength",
|
|
279
279
|
"type": {
|
|
280
|
-
"text": "number"
|
|
280
|
+
"text": "number | undefined"
|
|
281
281
|
},
|
|
282
282
|
"deprecated": "Use the native `maxlength` attribute",
|
|
283
283
|
"attribute": "max-length",
|
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
"kind": "field",
|
|
288
288
|
"name": "maxlength",
|
|
289
289
|
"type": {
|
|
290
|
-
"text": "number"
|
|
290
|
+
"text": "number | undefined"
|
|
291
291
|
},
|
|
292
292
|
"description": "For `text`, `search`, `url`, `tel`, `email` and `password` fields, sets the [maximum string length](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#maxlength) allowed.",
|
|
293
293
|
"attribute": "maxlength",
|
|
@@ -297,7 +297,7 @@
|
|
|
297
297
|
"kind": "field",
|
|
298
298
|
"name": "pattern",
|
|
299
299
|
"type": {
|
|
300
|
-
"text": "string"
|
|
300
|
+
"text": "string | undefined"
|
|
301
301
|
},
|
|
302
302
|
"description": "Sets a [regular expression](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_expressions) that the input's value must [match to pass validation](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#pattern)",
|
|
303
303
|
"attribute": "pattern",
|
|
@@ -307,7 +307,7 @@
|
|
|
307
307
|
"kind": "field",
|
|
308
308
|
"name": "placeholder",
|
|
309
309
|
"type": {
|
|
310
|
-
"text": "string"
|
|
310
|
+
"text": "string | undefined"
|
|
311
311
|
},
|
|
312
312
|
"description": "Set a text that is shown in the textfield when it doesn't have a value.\n\nPlaceholder text should not be used as a substitute for labeling the element with a visible label.",
|
|
313
313
|
"summary": "Shown in the textfield when it doesn't have a value",
|
|
@@ -351,7 +351,7 @@
|
|
|
351
351
|
"kind": "field",
|
|
352
352
|
"name": "type",
|
|
353
353
|
"type": {
|
|
354
|
-
"text": "string"
|
|
354
|
+
"text": "string | undefined"
|
|
355
355
|
},
|
|
356
356
|
"description": "The [type of input](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#input_types).",
|
|
357
357
|
"attribute": "type",
|
|
@@ -361,7 +361,7 @@
|
|
|
361
361
|
"kind": "field",
|
|
362
362
|
"name": "value",
|
|
363
363
|
"type": {
|
|
364
|
-
"text": "string"
|
|
364
|
+
"text": "string | undefined"
|
|
365
365
|
},
|
|
366
366
|
"description": "Lets you set the current value.",
|
|
367
367
|
"attribute": "value",
|
|
@@ -371,7 +371,7 @@
|
|
|
371
371
|
"kind": "field",
|
|
372
372
|
"name": "name",
|
|
373
373
|
"type": {
|
|
374
|
-
"text": "string"
|
|
374
|
+
"text": "string | undefined"
|
|
375
375
|
},
|
|
376
376
|
"description": "The [name](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#name) of the input field when submitting the form.",
|
|
377
377
|
"attribute": "name",
|
|
@@ -381,7 +381,7 @@
|
|
|
381
381
|
"kind": "field",
|
|
382
382
|
"name": "step",
|
|
383
383
|
"type": {
|
|
384
|
-
"text": "number"
|
|
384
|
+
"text": "number | undefined"
|
|
385
385
|
},
|
|
386
386
|
"description": "When used with `number` this attribute forces inputs to be a whole number of `step`.\n\nFor example with a `step=\"5\"` only values that divide evenly on 5 are allowed.\nUsing arrow up and down in the input field increments and decrements by 5.",
|
|
387
387
|
"summary": "Forces `number` inputs to be a whole number of `step`",
|
|
@@ -392,7 +392,7 @@
|
|
|
392
392
|
"kind": "field",
|
|
393
393
|
"name": "autocomplete",
|
|
394
394
|
"type": {
|
|
395
|
-
"text": "
|
|
395
|
+
"text": "HTMLInputElement[\"autocomplete\"] | undefined"
|
|
396
396
|
},
|
|
397
397
|
"description": "A space-separated string that hints to browsers [what type of content it can suggest](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/autocomplete#value) to autofill.",
|
|
398
398
|
"attribute": "autocomplete",
|
|
@@ -402,7 +402,7 @@
|
|
|
402
402
|
"kind": "field",
|
|
403
403
|
"name": "formatter",
|
|
404
404
|
"type": {
|
|
405
|
-
"text": "(value: string) => string"
|
|
405
|
+
"text": "((value: string) => string) | undefined"
|
|
406
406
|
},
|
|
407
407
|
"description": "Function to format value when the input field.\n\nOnly active when the input field does not have focus,\nsimilar to the accessible input [masking example from Filament Group](https://filamentgroup.github.io/politespace/demo/demo.html).",
|
|
408
408
|
"summary": "Function to format value when the input field"
|
|
@@ -425,9 +425,9 @@
|
|
|
425
425
|
"name": "#initialValue",
|
|
426
426
|
"privacy": "private",
|
|
427
427
|
"type": {
|
|
428
|
-
"text": "string |
|
|
428
|
+
"text": "string | undefined"
|
|
429
429
|
},
|
|
430
|
-
"default": "
|
|
430
|
+
"default": "undefined"
|
|
431
431
|
},
|
|
432
432
|
{
|
|
433
433
|
"kind": "method",
|
|
@@ -495,7 +495,7 @@
|
|
|
495
495
|
{
|
|
496
496
|
"name": "label",
|
|
497
497
|
"type": {
|
|
498
|
-
"text": "string"
|
|
498
|
+
"text": "string | undefined"
|
|
499
499
|
},
|
|
500
500
|
"description": "Either a `label` or an `aria-label` must be provided.",
|
|
501
501
|
"fieldName": "label"
|
|
@@ -503,7 +503,7 @@
|
|
|
503
503
|
{
|
|
504
504
|
"name": "help-text",
|
|
505
505
|
"type": {
|
|
506
|
-
"text": "string"
|
|
506
|
+
"text": "string | undefined"
|
|
507
507
|
},
|
|
508
508
|
"description": "Use in combination with `invalid` to show as a validation error message,\nor on its own to show a help text.",
|
|
509
509
|
"summary": "Description shown below the input field",
|
|
@@ -512,7 +512,7 @@
|
|
|
512
512
|
{
|
|
513
513
|
"name": "size",
|
|
514
514
|
"type": {
|
|
515
|
-
"text": "string"
|
|
515
|
+
"text": "string | undefined"
|
|
516
516
|
},
|
|
517
517
|
"description": "Sets the [size](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#size) (width) of the input field to fit the expected length of inputs.",
|
|
518
518
|
"fieldName": "size"
|
|
@@ -520,7 +520,7 @@
|
|
|
520
520
|
{
|
|
521
521
|
"name": "max",
|
|
522
522
|
"type": {
|
|
523
|
-
"text": "number"
|
|
523
|
+
"text": "number | undefined"
|
|
524
524
|
},
|
|
525
525
|
"description": "Use with `type=\"number\"` to set the [maximum allowed value](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#maxlength).",
|
|
526
526
|
"fieldName": "max"
|
|
@@ -528,7 +528,7 @@
|
|
|
528
528
|
{
|
|
529
529
|
"name": "min",
|
|
530
530
|
"type": {
|
|
531
|
-
"text": "number"
|
|
531
|
+
"text": "number | undefined"
|
|
532
532
|
},
|
|
533
533
|
"description": "Use with `type=\"number\"` to set the [minimum allowed value](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#minlength).",
|
|
534
534
|
"fieldName": "min"
|
|
@@ -536,7 +536,7 @@
|
|
|
536
536
|
{
|
|
537
537
|
"name": "min-length",
|
|
538
538
|
"type": {
|
|
539
|
-
"text": "number"
|
|
539
|
+
"text": "number | undefined"
|
|
540
540
|
},
|
|
541
541
|
"deprecated": "Use the native `minlength` attribute",
|
|
542
542
|
"fieldName": "minLength"
|
|
@@ -544,7 +544,7 @@
|
|
|
544
544
|
{
|
|
545
545
|
"name": "minlength",
|
|
546
546
|
"type": {
|
|
547
|
-
"text": "number"
|
|
547
|
+
"text": "number | undefined"
|
|
548
548
|
},
|
|
549
549
|
"description": "For `text`, `search`, `url`, `tel`, `email` and `password` fields, sets the [minimum string length](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#minlength) required.",
|
|
550
550
|
"fieldName": "minlength"
|
|
@@ -552,7 +552,7 @@
|
|
|
552
552
|
{
|
|
553
553
|
"name": "max-length",
|
|
554
554
|
"type": {
|
|
555
|
-
"text": "number"
|
|
555
|
+
"text": "number | undefined"
|
|
556
556
|
},
|
|
557
557
|
"deprecated": "Use the native `maxlength` attribute",
|
|
558
558
|
"fieldName": "maxLength"
|
|
@@ -560,7 +560,7 @@
|
|
|
560
560
|
{
|
|
561
561
|
"name": "maxlength",
|
|
562
562
|
"type": {
|
|
563
|
-
"text": "number"
|
|
563
|
+
"text": "number | undefined"
|
|
564
564
|
},
|
|
565
565
|
"description": "For `text`, `search`, `url`, `tel`, `email` and `password` fields, sets the [maximum string length](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#maxlength) allowed.",
|
|
566
566
|
"fieldName": "maxlength"
|
|
@@ -568,7 +568,7 @@
|
|
|
568
568
|
{
|
|
569
569
|
"name": "pattern",
|
|
570
570
|
"type": {
|
|
571
|
-
"text": "string"
|
|
571
|
+
"text": "string | undefined"
|
|
572
572
|
},
|
|
573
573
|
"description": "Sets a [regular expression](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_expressions) that the input's value must [match to pass validation](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#pattern)",
|
|
574
574
|
"fieldName": "pattern"
|
|
@@ -576,7 +576,7 @@
|
|
|
576
576
|
{
|
|
577
577
|
"name": "placeholder",
|
|
578
578
|
"type": {
|
|
579
|
-
"text": "string"
|
|
579
|
+
"text": "string | undefined"
|
|
580
580
|
},
|
|
581
581
|
"description": "Set a text that is shown in the textfield when it doesn't have a value.\n\nPlaceholder text should not be used as a substitute for labeling the element with a visible label.",
|
|
582
582
|
"summary": "Shown in the textfield when it doesn't have a value",
|
|
@@ -612,7 +612,7 @@
|
|
|
612
612
|
{
|
|
613
613
|
"name": "type",
|
|
614
614
|
"type": {
|
|
615
|
-
"text": "string"
|
|
615
|
+
"text": "string | undefined"
|
|
616
616
|
},
|
|
617
617
|
"description": "The [type of input](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#input_types).",
|
|
618
618
|
"fieldName": "type"
|
|
@@ -620,7 +620,7 @@
|
|
|
620
620
|
{
|
|
621
621
|
"name": "value",
|
|
622
622
|
"type": {
|
|
623
|
-
"text": "string"
|
|
623
|
+
"text": "string | undefined"
|
|
624
624
|
},
|
|
625
625
|
"description": "Lets you set the current value.",
|
|
626
626
|
"fieldName": "value"
|
|
@@ -628,7 +628,7 @@
|
|
|
628
628
|
{
|
|
629
629
|
"name": "name",
|
|
630
630
|
"type": {
|
|
631
|
-
"text": "string"
|
|
631
|
+
"text": "string | undefined"
|
|
632
632
|
},
|
|
633
633
|
"description": "The [name](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#name) of the input field when submitting the form.",
|
|
634
634
|
"fieldName": "name"
|
|
@@ -636,7 +636,7 @@
|
|
|
636
636
|
{
|
|
637
637
|
"name": "step",
|
|
638
638
|
"type": {
|
|
639
|
-
"text": "number"
|
|
639
|
+
"text": "number | undefined"
|
|
640
640
|
},
|
|
641
641
|
"description": "When used with `number` this attribute forces inputs to be a whole number of `step`.\n\nFor example with a `step=\"5\"` only values that divide evenly on 5 are allowed.\nUsing arrow up and down in the input field increments and decrements by 5.",
|
|
642
642
|
"summary": "Forces `number` inputs to be a whole number of `step`",
|
|
@@ -645,7 +645,7 @@
|
|
|
645
645
|
{
|
|
646
646
|
"name": "autocomplete",
|
|
647
647
|
"type": {
|
|
648
|
-
"text": "
|
|
648
|
+
"text": "HTMLInputElement[\"autocomplete\"] | undefined"
|
|
649
649
|
},
|
|
650
650
|
"description": "A space-separated string that hints to browsers [what type of content it can suggest](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/autocomplete#value) to autofill.",
|
|
651
651
|
"fieldName": "autocomplete"
|
|
@@ -979,13 +979,13 @@
|
|
|
979
979
|
"kind": "field",
|
|
980
980
|
"name": "variant",
|
|
981
981
|
"type": {
|
|
982
|
-
"text": "ButtonVariant"
|
|
982
|
+
"text": "ButtonVariant | undefined"
|
|
983
983
|
},
|
|
984
984
|
"description": "Visual style for the link/button.",
|
|
985
985
|
"attribute": "variant",
|
|
986
986
|
"reflects": true,
|
|
987
987
|
"parsedType": {
|
|
988
|
-
"text": "'negative' | 'primary' | 'secondary' | 'negativeQuiet' | 'utility' | 'quiet' | 'utilityQuiet' | 'overlay' | 'overlayInverted' | 'overlayQuiet' | 'overlayInvertedQuiet'"
|
|
988
|
+
"text": "'negative' | 'primary' | 'secondary' | 'negativeQuiet' | 'utility' | 'quiet' | 'utilityQuiet' | 'overlay' | 'overlayInverted' | 'overlayQuiet' | 'overlayInvertedQuiet' | undefined"
|
|
989
989
|
}
|
|
990
990
|
},
|
|
991
991
|
{
|
|
@@ -1003,7 +1003,7 @@
|
|
|
1003
1003
|
"kind": "field",
|
|
1004
1004
|
"name": "href",
|
|
1005
1005
|
"type": {
|
|
1006
|
-
"text": "string"
|
|
1006
|
+
"text": "string | undefined"
|
|
1007
1007
|
},
|
|
1008
1008
|
"description": "The URL the link points to",
|
|
1009
1009
|
"attribute": "href",
|
|
@@ -1024,7 +1024,7 @@
|
|
|
1024
1024
|
"kind": "field",
|
|
1025
1025
|
"name": "target",
|
|
1026
1026
|
"type": {
|
|
1027
|
-
"text": "string"
|
|
1027
|
+
"text": "string | undefined"
|
|
1028
1028
|
},
|
|
1029
1029
|
"description": "Where to display the linked URL (e.g. `_blank`)",
|
|
1030
1030
|
"attribute": "target",
|
|
@@ -1034,7 +1034,7 @@
|
|
|
1034
1034
|
"kind": "field",
|
|
1035
1035
|
"name": "rel",
|
|
1036
1036
|
"type": {
|
|
1037
|
-
"text": "string"
|
|
1037
|
+
"text": "string | undefined"
|
|
1038
1038
|
},
|
|
1039
1039
|
"description": "Relationship of the linked URL.\n\nIf `target=\"_blank\"` and `rel` is not provided, the component uses `noopener`.",
|
|
1040
1040
|
"attribute": "rel",
|
|
@@ -1065,12 +1065,12 @@
|
|
|
1065
1065
|
{
|
|
1066
1066
|
"name": "variant",
|
|
1067
1067
|
"type": {
|
|
1068
|
-
"text": "ButtonVariant"
|
|
1068
|
+
"text": "ButtonVariant | undefined"
|
|
1069
1069
|
},
|
|
1070
1070
|
"description": "Visual style for the link/button.",
|
|
1071
1071
|
"fieldName": "variant",
|
|
1072
1072
|
"parsedType": {
|
|
1073
|
-
"text": "'negative' | 'primary' | 'secondary' | 'negativeQuiet' | 'utility' | 'quiet' | 'utilityQuiet' | 'overlay' | 'overlayInverted' | 'overlayQuiet' | 'overlayInvertedQuiet'"
|
|
1073
|
+
"text": "'negative' | 'primary' | 'secondary' | 'negativeQuiet' | 'utility' | 'quiet' | 'utilityQuiet' | 'overlay' | 'overlayInverted' | 'overlayQuiet' | 'overlayInvertedQuiet' | undefined"
|
|
1074
1074
|
}
|
|
1075
1075
|
},
|
|
1076
1076
|
{
|
|
@@ -1085,7 +1085,7 @@
|
|
|
1085
1085
|
{
|
|
1086
1086
|
"name": "href",
|
|
1087
1087
|
"type": {
|
|
1088
|
-
"text": "string"
|
|
1088
|
+
"text": "string | undefined"
|
|
1089
1089
|
},
|
|
1090
1090
|
"description": "The URL the link points to",
|
|
1091
1091
|
"fieldName": "href"
|
|
@@ -1102,7 +1102,7 @@
|
|
|
1102
1102
|
{
|
|
1103
1103
|
"name": "target",
|
|
1104
1104
|
"type": {
|
|
1105
|
-
"text": "string"
|
|
1105
|
+
"text": "string | undefined"
|
|
1106
1106
|
},
|
|
1107
1107
|
"description": "Where to display the linked URL (e.g. `_blank`)",
|
|
1108
1108
|
"fieldName": "target"
|
|
@@ -1110,7 +1110,7 @@
|
|
|
1110
1110
|
{
|
|
1111
1111
|
"name": "rel",
|
|
1112
1112
|
"type": {
|
|
1113
|
-
"text": "string"
|
|
1113
|
+
"text": "string | undefined"
|
|
1114
1114
|
},
|
|
1115
1115
|
"description": "Relationship of the linked URL.\n\nIf `target=\"_blank\"` and `rel` is not provided, the component uses `noopener`.",
|
|
1116
1116
|
"fieldName": "rel"
|
|
@@ -1177,13 +1177,13 @@
|
|
|
1177
1177
|
"kind": "field",
|
|
1178
1178
|
"name": "type",
|
|
1179
1179
|
"type": {
|
|
1180
|
-
"text": "ButtonType"
|
|
1180
|
+
"text": "ButtonType | undefined"
|
|
1181
1181
|
},
|
|
1182
1182
|
"description": "Native button type.\nControls whether the internal button behaves as a regular button, submits a form, or resets a form. Defaults to `button`.",
|
|
1183
1183
|
"attribute": "type",
|
|
1184
1184
|
"reflects": true,
|
|
1185
1185
|
"parsedType": {
|
|
1186
|
-
"text": "'button' | 'submit' | 'reset'"
|
|
1186
|
+
"text": "'button' | 'submit' | 'reset' | undefined"
|
|
1187
1187
|
}
|
|
1188
1188
|
},
|
|
1189
1189
|
{
|
|
@@ -1201,13 +1201,13 @@
|
|
|
1201
1201
|
"kind": "field",
|
|
1202
1202
|
"name": "variant",
|
|
1203
1203
|
"type": {
|
|
1204
|
-
"text": "ButtonVariant"
|
|
1204
|
+
"text": "ButtonVariant | undefined"
|
|
1205
1205
|
},
|
|
1206
1206
|
"description": "Visual style of the button.\nDefaults to `secondary`. Use the variant that matches the action priority, risk, and placement.",
|
|
1207
1207
|
"attribute": "variant",
|
|
1208
1208
|
"reflects": true,
|
|
1209
1209
|
"parsedType": {
|
|
1210
|
-
"text": "'negative' | 'primary' | 'secondary' | 'negativeQuiet' | 'utility' | 'quiet' | 'utilityQuiet' | 'overlay' | 'overlayInverted' | 'overlayQuiet' | 'overlayInvertedQuiet' | 'pill' | 'link'"
|
|
1210
|
+
"text": "'negative' | 'primary' | 'secondary' | 'negativeQuiet' | 'utility' | 'quiet' | 'utilityQuiet' | 'overlay' | 'overlayInverted' | 'overlayQuiet' | 'overlayInvertedQuiet' | 'pill' | 'link' | undefined"
|
|
1211
1211
|
}
|
|
1212
1212
|
},
|
|
1213
1213
|
{
|
|
@@ -1259,7 +1259,7 @@
|
|
|
1259
1259
|
"kind": "field",
|
|
1260
1260
|
"name": "href",
|
|
1261
1261
|
"type": {
|
|
1262
|
-
"text": "string"
|
|
1262
|
+
"text": "string | undefined"
|
|
1263
1263
|
},
|
|
1264
1264
|
"description": "URL for rendering the button as a link.\nWhen set, the component renders `w-link` instead of a native `button`.",
|
|
1265
1265
|
"attribute": "href",
|
|
@@ -1269,7 +1269,7 @@
|
|
|
1269
1269
|
"kind": "field",
|
|
1270
1270
|
"name": "target",
|
|
1271
1271
|
"type": {
|
|
1272
|
-
"text": "string"
|
|
1272
|
+
"text": "string | undefined"
|
|
1273
1273
|
},
|
|
1274
1274
|
"description": "Link browsing context.\nPassed to the rendered link when `href` is set.",
|
|
1275
1275
|
"attribute": "target",
|
|
@@ -1290,7 +1290,7 @@
|
|
|
1290
1290
|
"kind": "field",
|
|
1291
1291
|
"name": "rel",
|
|
1292
1292
|
"type": {
|
|
1293
|
-
"text": "string"
|
|
1293
|
+
"text": "string | undefined"
|
|
1294
1294
|
},
|
|
1295
1295
|
"description": "Link relationship.\nPassed to the rendered link when `href` is set. If `target=\"_blank\"` is set and `rel` is omitted, `noopener` is used.",
|
|
1296
1296
|
"attribute": "rel",
|
|
@@ -1311,7 +1311,7 @@
|
|
|
1311
1311
|
"kind": "field",
|
|
1312
1312
|
"name": "buttonClass",
|
|
1313
1313
|
"type": {
|
|
1314
|
-
"text": "string"
|
|
1314
|
+
"text": "string | undefined"
|
|
1315
1315
|
},
|
|
1316
1316
|
"description": "Deprecated class applied to the internal control\nThis class is applied inside the shadow DOM and is unlikely to have the desired effect. Use attributes or CSS variables to customize the button appearance.",
|
|
1317
1317
|
"deprecated": "This class is applied inside the shadow DOM and is unlikely to have the desired effect. Use attributes or CSS variables to customize the appearance of the button.",
|
|
@@ -1322,7 +1322,7 @@
|
|
|
1322
1322
|
"kind": "field",
|
|
1323
1323
|
"name": "name",
|
|
1324
1324
|
"type": {
|
|
1325
|
-
"text": "string"
|
|
1325
|
+
"text": "string | undefined"
|
|
1326
1326
|
},
|
|
1327
1327
|
"description": "Form control name.\nUsed when the button participates in form handling.",
|
|
1328
1328
|
"attribute": "name",
|
|
@@ -1332,7 +1332,7 @@
|
|
|
1332
1332
|
"kind": "field",
|
|
1333
1333
|
"name": "value",
|
|
1334
1334
|
"type": {
|
|
1335
|
-
"text": "string"
|
|
1335
|
+
"text": "string | undefined"
|
|
1336
1336
|
},
|
|
1337
1337
|
"description": "Form control value.\nUsed with `name` when the button participates in form handling. Resets to its initial value when the form is reset.",
|
|
1338
1338
|
"attribute": "value",
|
|
@@ -1342,7 +1342,7 @@
|
|
|
1342
1342
|
"kind": "field",
|
|
1343
1343
|
"name": "commandfor",
|
|
1344
1344
|
"type": {
|
|
1345
|
-
"text": "string"
|
|
1345
|
+
"text": "string | undefined"
|
|
1346
1346
|
},
|
|
1347
1347
|
"description": "The [commandfor HTML attribute](https://developer.mozilla.org/en-US/docs/Web/API/Invoker_Commands_API#html_attributes) for Invoker Commands.",
|
|
1348
1348
|
"attribute": "commandfor"
|
|
@@ -1351,7 +1351,7 @@
|
|
|
1351
1351
|
"kind": "field",
|
|
1352
1352
|
"name": "command",
|
|
1353
1353
|
"type": {
|
|
1354
|
-
"text": "string"
|
|
1354
|
+
"text": "string | undefined"
|
|
1355
1355
|
},
|
|
1356
1356
|
"description": "The [command HTML attribute](https://developer.mozilla.org/en-US/docs/Web/API/Invoker_Commands_API#html_attributes) for Invoker Commands.",
|
|
1357
1357
|
"attribute": "command"
|
|
@@ -1377,9 +1377,9 @@
|
|
|
1377
1377
|
"name": "#initialValue",
|
|
1378
1378
|
"privacy": "private",
|
|
1379
1379
|
"type": {
|
|
1380
|
-
"text": "string |
|
|
1380
|
+
"text": "string | undefined"
|
|
1381
1381
|
},
|
|
1382
|
-
"default": "
|
|
1382
|
+
"default": "undefined"
|
|
1383
1383
|
},
|
|
1384
1384
|
{
|
|
1385
1385
|
"kind": "method",
|
|
@@ -1417,12 +1417,12 @@
|
|
|
1417
1417
|
{
|
|
1418
1418
|
"name": "type",
|
|
1419
1419
|
"type": {
|
|
1420
|
-
"text": "ButtonType"
|
|
1420
|
+
"text": "ButtonType | undefined"
|
|
1421
1421
|
},
|
|
1422
1422
|
"description": "Native button type.\nControls whether the internal button behaves as a regular button, submits a form, or resets a form. Defaults to `button`.",
|
|
1423
1423
|
"fieldName": "type",
|
|
1424
1424
|
"parsedType": {
|
|
1425
|
-
"text": "'button' | 'submit' | 'reset'"
|
|
1425
|
+
"text": "'button' | 'submit' | 'reset' | undefined"
|
|
1426
1426
|
}
|
|
1427
1427
|
},
|
|
1428
1428
|
{
|
|
@@ -1437,12 +1437,12 @@
|
|
|
1437
1437
|
{
|
|
1438
1438
|
"name": "variant",
|
|
1439
1439
|
"type": {
|
|
1440
|
-
"text": "ButtonVariant"
|
|
1440
|
+
"text": "ButtonVariant | undefined"
|
|
1441
1441
|
},
|
|
1442
1442
|
"description": "Visual style of the button.\nDefaults to `secondary`. Use the variant that matches the action priority, risk, and placement.",
|
|
1443
1443
|
"fieldName": "variant",
|
|
1444
1444
|
"parsedType": {
|
|
1445
|
-
"text": "'negative' | 'primary' | 'secondary' | 'negativeQuiet' | 'utility' | 'quiet' | 'utilityQuiet' | 'overlay' | 'overlayInverted' | 'overlayQuiet' | 'overlayInvertedQuiet' | 'pill' | 'link'"
|
|
1445
|
+
"text": "'negative' | 'primary' | 'secondary' | 'negativeQuiet' | 'utility' | 'quiet' | 'utilityQuiet' | 'overlay' | 'overlayInverted' | 'overlayQuiet' | 'overlayInvertedQuiet' | 'pill' | 'link' | undefined"
|
|
1446
1446
|
}
|
|
1447
1447
|
},
|
|
1448
1448
|
{
|
|
@@ -1485,7 +1485,7 @@
|
|
|
1485
1485
|
{
|
|
1486
1486
|
"name": "href",
|
|
1487
1487
|
"type": {
|
|
1488
|
-
"text": "string"
|
|
1488
|
+
"text": "string | undefined"
|
|
1489
1489
|
},
|
|
1490
1490
|
"description": "URL for rendering the button as a link.\nWhen set, the component renders `w-link` instead of a native `button`.",
|
|
1491
1491
|
"fieldName": "href"
|
|
@@ -1493,7 +1493,7 @@
|
|
|
1493
1493
|
{
|
|
1494
1494
|
"name": "target",
|
|
1495
1495
|
"type": {
|
|
1496
|
-
"text": "string"
|
|
1496
|
+
"text": "string | undefined"
|
|
1497
1497
|
},
|
|
1498
1498
|
"description": "Link browsing context.\nPassed to the rendered link when `href` is set.",
|
|
1499
1499
|
"fieldName": "target"
|
|
@@ -1510,7 +1510,7 @@
|
|
|
1510
1510
|
{
|
|
1511
1511
|
"name": "rel",
|
|
1512
1512
|
"type": {
|
|
1513
|
-
"text": "string"
|
|
1513
|
+
"text": "string | undefined"
|
|
1514
1514
|
},
|
|
1515
1515
|
"description": "Link relationship.\nPassed to the rendered link when `href` is set. If `target=\"_blank\"` is set and `rel` is omitted, `noopener` is used.",
|
|
1516
1516
|
"fieldName": "rel"
|
|
@@ -1527,7 +1527,7 @@
|
|
|
1527
1527
|
{
|
|
1528
1528
|
"name": "button-class",
|
|
1529
1529
|
"type": {
|
|
1530
|
-
"text": "string"
|
|
1530
|
+
"text": "string | undefined"
|
|
1531
1531
|
},
|
|
1532
1532
|
"description": "Deprecated class applied to the internal control\nThis class is applied inside the shadow DOM and is unlikely to have the desired effect. Use attributes or CSS variables to customize the button appearance.",
|
|
1533
1533
|
"deprecated": "This class is applied inside the shadow DOM and is unlikely to have the desired effect. Use attributes or CSS variables to customize the appearance of the button.",
|
|
@@ -1536,7 +1536,7 @@
|
|
|
1536
1536
|
{
|
|
1537
1537
|
"name": "name",
|
|
1538
1538
|
"type": {
|
|
1539
|
-
"text": "string"
|
|
1539
|
+
"text": "string | undefined"
|
|
1540
1540
|
},
|
|
1541
1541
|
"description": "Form control name.\nUsed when the button participates in form handling.",
|
|
1542
1542
|
"fieldName": "name"
|
|
@@ -1544,7 +1544,7 @@
|
|
|
1544
1544
|
{
|
|
1545
1545
|
"name": "value",
|
|
1546
1546
|
"type": {
|
|
1547
|
-
"text": "string"
|
|
1547
|
+
"text": "string | undefined"
|
|
1548
1548
|
},
|
|
1549
1549
|
"description": "Form control value.\nUsed with `name` when the button participates in form handling. Resets to its initial value when the form is reset.",
|
|
1550
1550
|
"fieldName": "value"
|
|
@@ -1552,7 +1552,7 @@
|
|
|
1552
1552
|
{
|
|
1553
1553
|
"name": "commandfor",
|
|
1554
1554
|
"type": {
|
|
1555
|
-
"text": "string"
|
|
1555
|
+
"text": "string | undefined"
|
|
1556
1556
|
},
|
|
1557
1557
|
"description": "The [commandfor HTML attribute](https://developer.mozilla.org/en-US/docs/Web/API/Invoker_Commands_API#html_attributes) for Invoker Commands.",
|
|
1558
1558
|
"fieldName": "commandfor"
|
|
@@ -1560,7 +1560,7 @@
|
|
|
1560
1560
|
{
|
|
1561
1561
|
"name": "command",
|
|
1562
1562
|
"type": {
|
|
1563
|
-
"text": "string"
|
|
1563
|
+
"text": "string | undefined"
|
|
1564
1564
|
},
|
|
1565
1565
|
"description": "The [command HTML attribute](https://developer.mozilla.org/en-US/docs/Web/API/Invoker_Commands_API#html_attributes) for Invoker Commands.",
|
|
1566
1566
|
"fieldName": "command"
|
|
@@ -1982,7 +1982,7 @@
|
|
|
1982
1982
|
"kind": "field",
|
|
1983
1983
|
"name": "variant",
|
|
1984
1984
|
"type": {
|
|
1985
|
-
"text": "'neutral' | 'info' | 'positive' | 'warning' | 'negative' | 'disabled' | 'price' | 'sponsored'"
|
|
1985
|
+
"text": "'neutral' | 'info' | 'positive' | 'warning' | 'negative' | 'disabled' | 'price' | 'sponsored' | undefined"
|
|
1986
1986
|
},
|
|
1987
1987
|
"description": "Controls the badge color treatment.\nIf omitted, the badge uses neutral styling without reflecting a `variant` attribute.\nAccepted values are `neutral`, `info`, `positive`, `warning`, `negative`, `disabled`, `price`, and `sponsored`. If omitted, the badge uses neutral styling without reflecting a `variant` attribute.",
|
|
1988
1988
|
"attribute": "variant",
|
|
@@ -1992,7 +1992,7 @@
|
|
|
1992
1992
|
"kind": "field",
|
|
1993
1993
|
"name": "position",
|
|
1994
1994
|
"type": {
|
|
1995
|
-
"text": "'top-left' | 'top-right' | 'bottom-right' | 'bottom-left'"
|
|
1995
|
+
"text": "'top-left' | 'top-right' | 'bottom-right' | 'bottom-left' | undefined"
|
|
1996
1996
|
},
|
|
1997
1997
|
"description": "Positions the badge in a corner of a parent element.\nUse this with a parent element that has `position: relative`. When set, the badge uses absolute positioning and adjusts its corner radii so it sits flush against the selected corner.\nUse this with a parent element that has `position: relative`. Accepted values are `top-left`, `top-right`, `bottom-right`, and `bottom-left`.",
|
|
1998
1998
|
"attribute": "position",
|
|
@@ -2003,7 +2003,7 @@
|
|
|
2003
2003
|
{
|
|
2004
2004
|
"name": "variant",
|
|
2005
2005
|
"type": {
|
|
2006
|
-
"text": "'neutral' | 'info' | 'positive' | 'warning' | 'negative' | 'disabled' | 'price' | 'sponsored'"
|
|
2006
|
+
"text": "'neutral' | 'info' | 'positive' | 'warning' | 'negative' | 'disabled' | 'price' | 'sponsored' | undefined"
|
|
2007
2007
|
},
|
|
2008
2008
|
"description": "Controls the badge color treatment.\nIf omitted, the badge uses neutral styling without reflecting a `variant` attribute.\nAccepted values are `neutral`, `info`, `positive`, `warning`, `negative`, `disabled`, `price`, and `sponsored`. If omitted, the badge uses neutral styling without reflecting a `variant` attribute.",
|
|
2009
2009
|
"fieldName": "variant"
|
|
@@ -2011,7 +2011,7 @@
|
|
|
2011
2011
|
{
|
|
2012
2012
|
"name": "position",
|
|
2013
2013
|
"type": {
|
|
2014
|
-
"text": "'top-left' | 'top-right' | 'bottom-right' | 'bottom-left'"
|
|
2014
|
+
"text": "'top-left' | 'top-right' | 'bottom-right' | 'bottom-left' | undefined"
|
|
2015
2015
|
},
|
|
2016
2016
|
"description": "Positions the badge in a corner of a parent element.\nUse this with a parent element that has `position: relative`. When set, the badge uses absolute positioning and adjusts its corner radii so it sits flush against the selected corner.\nUse this with a parent element that has `position: relative`. Accepted values are `top-left`, `top-right`, `bottom-right`, and `bottom-left`.",
|
|
2017
2017
|
"fieldName": "position"
|
|
@@ -2217,6 +2217,15 @@
|
|
|
2217
2217
|
"text": "string | null"
|
|
2218
2218
|
},
|
|
2219
2219
|
"description": "Accessible label for the breadcrumb navigation.\nDefaults to the localized \"You are here\" label. Set `aria-label` when the default label is not specific enough for the page."
|
|
2220
|
+
},
|
|
2221
|
+
{
|
|
2222
|
+
"kind": "field",
|
|
2223
|
+
"name": "_children",
|
|
2224
|
+
"type": {
|
|
2225
|
+
"text": "Array<Element | TemplateResult>"
|
|
2226
|
+
},
|
|
2227
|
+
"privacy": "private",
|
|
2228
|
+
"default": "[]"
|
|
2220
2229
|
}
|
|
2221
2230
|
],
|
|
2222
2231
|
"superclass": {
|
|
@@ -2388,7 +2397,7 @@
|
|
|
2388
2397
|
"kind": "field",
|
|
2389
2398
|
"name": "input",
|
|
2390
2399
|
"type": {
|
|
2391
|
-
"text": "HTMLInputElement
|
|
2400
|
+
"text": "HTMLInputElement"
|
|
2392
2401
|
}
|
|
2393
2402
|
},
|
|
2394
2403
|
{
|
|
@@ -2779,7 +2788,7 @@
|
|
|
2779
2788
|
"kind": "field",
|
|
2780
2789
|
"name": "label",
|
|
2781
2790
|
"type": {
|
|
2782
|
-
"text": "string"
|
|
2791
|
+
"text": "string | undefined"
|
|
2783
2792
|
},
|
|
2784
2793
|
"description": "The group label displayed above the checkboxes.\n\nUse this to describe the shared question or topic for the checkbox options. The label is connected to the internal group for assistive technologies.",
|
|
2785
2794
|
"attribute": "label",
|
|
@@ -2789,7 +2798,7 @@
|
|
|
2789
2798
|
"kind": "field",
|
|
2790
2799
|
"name": "name",
|
|
2791
2800
|
"type": {
|
|
2792
|
-
"text": "string"
|
|
2801
|
+
"text": "string | undefined"
|
|
2793
2802
|
},
|
|
2794
2803
|
"description": "The name applied to child checkboxes when they do not provide one.\n\nUse this when the grouped checkboxes should submit values under the same form field name. Individual checkboxes can still override the group name with their own `name`.",
|
|
2795
2804
|
"attribute": "name",
|
|
@@ -2810,7 +2819,7 @@
|
|
|
2810
2819
|
"kind": "field",
|
|
2811
2820
|
"name": "helpText",
|
|
2812
2821
|
"type": {
|
|
2813
|
-
"text": "string"
|
|
2822
|
+
"text": "string | undefined"
|
|
2814
2823
|
},
|
|
2815
2824
|
"description": "Help text displayed below the checkbox group.\n\nUse this for supporting guidance or validation feedback. When required validation fails, the group replaces this text with the localized required message.",
|
|
2816
2825
|
"attribute": "help-text",
|
|
@@ -3093,7 +3102,7 @@
|
|
|
3093
3102
|
{
|
|
3094
3103
|
"name": "label",
|
|
3095
3104
|
"type": {
|
|
3096
|
-
"text": "string"
|
|
3105
|
+
"text": "string | undefined"
|
|
3097
3106
|
},
|
|
3098
3107
|
"description": "The group label displayed above the checkboxes.\n\nUse this to describe the shared question or topic for the checkbox options. The label is connected to the internal group for assistive technologies.",
|
|
3099
3108
|
"fieldName": "label"
|
|
@@ -3101,7 +3110,7 @@
|
|
|
3101
3110
|
{
|
|
3102
3111
|
"name": "name",
|
|
3103
3112
|
"type": {
|
|
3104
|
-
"text": "string"
|
|
3113
|
+
"text": "string | undefined"
|
|
3105
3114
|
},
|
|
3106
3115
|
"description": "The name applied to child checkboxes when they do not provide one.\n\nUse this when the grouped checkboxes should submit values under the same form field name. Individual checkboxes can still override the group name with their own `name`.",
|
|
3107
3116
|
"fieldName": "name"
|
|
@@ -3118,7 +3127,7 @@
|
|
|
3118
3127
|
{
|
|
3119
3128
|
"name": "help-text",
|
|
3120
3129
|
"type": {
|
|
3121
|
-
"text": "string"
|
|
3130
|
+
"text": "string | undefined"
|
|
3122
3131
|
},
|
|
3123
3132
|
"description": "Help text displayed below the checkbox group.\n\nUse this for supporting guidance or validation feedback. When required validation fails, the group replaces this text with the localized required message.",
|
|
3124
3133
|
"fieldName": "helpText"
|
|
@@ -3369,9 +3378,9 @@
|
|
|
3369
3378
|
"name": "#initialValue",
|
|
3370
3379
|
"privacy": "private",
|
|
3371
3380
|
"type": {
|
|
3372
|
-
"text": "string
|
|
3381
|
+
"text": "string"
|
|
3373
3382
|
},
|
|
3374
|
-
"default": "
|
|
3383
|
+
"default": "''"
|
|
3375
3384
|
},
|
|
3376
3385
|
{
|
|
3377
3386
|
"kind": "field",
|
|
@@ -3831,7 +3840,7 @@
|
|
|
3831
3840
|
"kind": "field",
|
|
3832
3841
|
"name": "label",
|
|
3833
3842
|
"type": {
|
|
3834
|
-
"text": "string"
|
|
3843
|
+
"text": "string | undefined"
|
|
3835
3844
|
},
|
|
3836
3845
|
"description": "The label displayed above the date input.\n\nUse this to give the datepicker a visible and accessible name.",
|
|
3837
3846
|
"attribute": "label",
|
|
@@ -3851,7 +3860,7 @@
|
|
|
3851
3860
|
"kind": "field",
|
|
3852
3861
|
"name": "name",
|
|
3853
3862
|
"type": {
|
|
3854
|
-
"text": "string"
|
|
3863
|
+
"text": "string | undefined"
|
|
3855
3864
|
},
|
|
3856
3865
|
"description": "The name submitted with the date value.\n\nUse this when the datepicker belongs to a form and its value should be included in form data.",
|
|
3857
3866
|
"attribute": "name",
|
|
@@ -3861,7 +3870,7 @@
|
|
|
3861
3870
|
"kind": "field",
|
|
3862
3871
|
"name": "value",
|
|
3863
3872
|
"type": {
|
|
3864
|
-
"text": "string"
|
|
3873
|
+
"text": "string | undefined"
|
|
3865
3874
|
},
|
|
3866
3875
|
"description": "The selected date value.\n\nUse an ISO date string in `YYYY-MM-DD` format. The value is submitted with the form and is reset to its initial value when the form resets.",
|
|
3867
3876
|
"attribute": "value",
|
|
@@ -3891,7 +3900,7 @@
|
|
|
3891
3900
|
"kind": "field",
|
|
3892
3901
|
"name": "isDayDisabled",
|
|
3893
3902
|
"type": {
|
|
3894
|
-
"text": "(day: Date) => boolean"
|
|
3903
|
+
"text": "((day: Date) => boolean) | undefined"
|
|
3895
3904
|
},
|
|
3896
3905
|
"description": "Function used to disable dates in the calendar.\n\nSet this on the element instance in JavaScript, not as an HTML attribute. Disabled dates cannot be selected from the calendar."
|
|
3897
3906
|
},
|
|
@@ -3938,9 +3947,9 @@
|
|
|
3938
3947
|
"name": "#initialValue",
|
|
3939
3948
|
"privacy": "private",
|
|
3940
3949
|
"type": {
|
|
3941
|
-
"text": "string |
|
|
3950
|
+
"text": "string | undefined"
|
|
3942
3951
|
},
|
|
3943
|
-
"default": "
|
|
3952
|
+
"default": "undefined"
|
|
3944
3953
|
},
|
|
3945
3954
|
{
|
|
3946
3955
|
"kind": "field",
|
|
@@ -4107,7 +4116,7 @@
|
|
|
4107
4116
|
{
|
|
4108
4117
|
"name": "label",
|
|
4109
4118
|
"type": {
|
|
4110
|
-
"text": "string"
|
|
4119
|
+
"text": "string | undefined"
|
|
4111
4120
|
},
|
|
4112
4121
|
"description": "The label displayed above the date input.\n\nUse this to give the datepicker a visible and accessible name.",
|
|
4113
4122
|
"fieldName": "label"
|
|
@@ -4123,7 +4132,7 @@
|
|
|
4123
4132
|
{
|
|
4124
4133
|
"name": "name",
|
|
4125
4134
|
"type": {
|
|
4126
|
-
"text": "string"
|
|
4135
|
+
"text": "string | undefined"
|
|
4127
4136
|
},
|
|
4128
4137
|
"description": "The name submitted with the date value.\n\nUse this when the datepicker belongs to a form and its value should be included in form data.",
|
|
4129
4138
|
"fieldName": "name"
|
|
@@ -4131,7 +4140,7 @@
|
|
|
4131
4140
|
{
|
|
4132
4141
|
"name": "value",
|
|
4133
4142
|
"type": {
|
|
4134
|
-
"text": "string"
|
|
4143
|
+
"text": "string | undefined"
|
|
4135
4144
|
},
|
|
4136
4145
|
"description": "The selected date value.\n\nUse an ISO date string in `YYYY-MM-DD` format. The value is submitted with the form and is reset to its initial value when the form resets.",
|
|
4137
4146
|
"fieldName": "value"
|
|
@@ -4258,7 +4267,7 @@
|
|
|
4258
4267
|
"kind": "field",
|
|
4259
4268
|
"name": "buttonClass",
|
|
4260
4269
|
"type": {
|
|
4261
|
-
"text": "string"
|
|
4270
|
+
"text": "string | undefined"
|
|
4262
4271
|
},
|
|
4263
4272
|
"deprecated": "Probably does not work the way you expect. The class must exist inside the shadow DOM of the component.",
|
|
4264
4273
|
"attribute": "button-class"
|
|
@@ -4267,7 +4276,7 @@
|
|
|
4267
4276
|
"kind": "field",
|
|
4268
4277
|
"name": "contentClass",
|
|
4269
4278
|
"type": {
|
|
4270
|
-
"text": "string"
|
|
4279
|
+
"text": "string | undefined"
|
|
4271
4280
|
},
|
|
4272
4281
|
"deprecated": "Probably does not work the way you expect. The class must exist inside the shadow DOM of the component.",
|
|
4273
4282
|
"attribute": "content-class"
|
|
@@ -4296,7 +4305,7 @@
|
|
|
4296
4305
|
"kind": "field",
|
|
4297
4306
|
"name": "headingLevel",
|
|
4298
4307
|
"type": {
|
|
4299
|
-
"text": "number"
|
|
4308
|
+
"text": "number | undefined"
|
|
4300
4309
|
},
|
|
4301
4310
|
"description": "Wrap the toggle button in a heading element with the specified level. If headingLevel is not specified, the button will not be wrapped by a heading element.",
|
|
4302
4311
|
"attribute": "heading-level"
|
|
@@ -4397,7 +4406,7 @@
|
|
|
4397
4406
|
{
|
|
4398
4407
|
"name": "button-class",
|
|
4399
4408
|
"type": {
|
|
4400
|
-
"text": "string"
|
|
4409
|
+
"text": "string | undefined"
|
|
4401
4410
|
},
|
|
4402
4411
|
"deprecated": "Probably does not work the way you expect. The class must exist inside the shadow DOM of the component.",
|
|
4403
4412
|
"fieldName": "buttonClass"
|
|
@@ -4405,7 +4414,7 @@
|
|
|
4405
4414
|
{
|
|
4406
4415
|
"name": "content-class",
|
|
4407
4416
|
"type": {
|
|
4408
|
-
"text": "string"
|
|
4417
|
+
"text": "string | undefined"
|
|
4409
4418
|
},
|
|
4410
4419
|
"deprecated": "Probably does not work the way you expect. The class must exist inside the shadow DOM of the component.",
|
|
4411
4420
|
"fieldName": "contentClass"
|
|
@@ -4431,7 +4440,7 @@
|
|
|
4431
4440
|
{
|
|
4432
4441
|
"name": "heading-level",
|
|
4433
4442
|
"type": {
|
|
4434
|
-
"text": "number"
|
|
4443
|
+
"text": "number | undefined"
|
|
4435
4444
|
},
|
|
4436
4445
|
"description": "Wrap the toggle button in a heading element with the specified level. If headingLevel is not specified, the button will not be wrapped by a heading element.",
|
|
4437
4446
|
"fieldName": "headingLevel"
|
|
@@ -4519,7 +4528,7 @@
|
|
|
4519
4528
|
"kind": "field",
|
|
4520
4529
|
"name": "contentId",
|
|
4521
4530
|
"type": {
|
|
4522
|
-
"text": "string"
|
|
4531
|
+
"text": "string | undefined"
|
|
4523
4532
|
},
|
|
4524
4533
|
"attribute": "content-id"
|
|
4525
4534
|
},
|
|
@@ -4663,7 +4672,7 @@
|
|
|
4663
4672
|
{
|
|
4664
4673
|
"name": "content-id",
|
|
4665
4674
|
"type": {
|
|
4666
|
-
"text": "string"
|
|
4675
|
+
"text": "string | undefined"
|
|
4667
4676
|
},
|
|
4668
4677
|
"fieldName": "contentId"
|
|
4669
4678
|
},
|
|
@@ -4994,8 +5003,8 @@
|
|
|
4994
5003
|
"type": {
|
|
4995
5004
|
"text": "number"
|
|
4996
5005
|
},
|
|
4997
|
-
"description": "Currently selected page (1-based index)",
|
|
4998
5006
|
"default": "1",
|
|
5007
|
+
"description": "Currently selected page (1-based index)",
|
|
4999
5008
|
"attribute": "selected-page",
|
|
5000
5009
|
"reflects": true
|
|
5001
5010
|
},
|
|
@@ -5005,8 +5014,8 @@
|
|
|
5005
5014
|
"type": {
|
|
5006
5015
|
"text": "number"
|
|
5007
5016
|
},
|
|
5008
|
-
"description": "Total number of pages",
|
|
5009
5017
|
"default": "1",
|
|
5018
|
+
"description": "Total number of pages",
|
|
5010
5019
|
"attribute": "page-count",
|
|
5011
5020
|
"reflects": true
|
|
5012
5021
|
},
|
|
@@ -5037,8 +5046,8 @@
|
|
|
5037
5046
|
"type": {
|
|
5038
5047
|
"text": "number"
|
|
5039
5048
|
},
|
|
5040
|
-
"description": "Currently selected page (1-based index)",
|
|
5041
5049
|
"default": "1",
|
|
5050
|
+
"description": "Currently selected page (1-based index)",
|
|
5042
5051
|
"fieldName": "selectedPage"
|
|
5043
5052
|
},
|
|
5044
5053
|
{
|
|
@@ -5046,8 +5055,8 @@
|
|
|
5046
5055
|
"type": {
|
|
5047
5056
|
"text": "number"
|
|
5048
5057
|
},
|
|
5049
|
-
"description": "Total number of pages",
|
|
5050
5058
|
"default": "1",
|
|
5059
|
+
"description": "Total number of pages",
|
|
5051
5060
|
"fieldName": "pageCount"
|
|
5052
5061
|
}
|
|
5053
5062
|
],
|
|
@@ -5093,7 +5102,7 @@
|
|
|
5093
5102
|
"kind": "field",
|
|
5094
5103
|
"name": "baseUrl",
|
|
5095
5104
|
"type": {
|
|
5096
|
-
"text": "string"
|
|
5105
|
+
"text": "string | undefined"
|
|
5097
5106
|
},
|
|
5098
5107
|
"description": "The base URL used to construct page links, for example `/search?page=`.\n\nThe page number is appended to this URL.",
|
|
5099
5108
|
"attribute": "base-url",
|
|
@@ -5105,6 +5114,7 @@
|
|
|
5105
5114
|
"type": {
|
|
5106
5115
|
"text": "number"
|
|
5107
5116
|
},
|
|
5117
|
+
"default": "0",
|
|
5108
5118
|
"description": "The total number of pages.",
|
|
5109
5119
|
"attribute": "pages",
|
|
5110
5120
|
"reflects": true
|
|
@@ -5115,8 +5125,8 @@
|
|
|
5115
5125
|
"type": {
|
|
5116
5126
|
"text": "number"
|
|
5117
5127
|
},
|
|
5118
|
-
"description": "The currently active page number.",
|
|
5119
5128
|
"default": "1",
|
|
5129
|
+
"description": "The currently active page number.",
|
|
5120
5130
|
"attribute": "current-page",
|
|
5121
5131
|
"reflects": true
|
|
5122
5132
|
},
|
|
@@ -5126,8 +5136,8 @@
|
|
|
5126
5136
|
"type": {
|
|
5127
5137
|
"text": "number"
|
|
5128
5138
|
},
|
|
5129
|
-
"description": "The maximum number of page numbers visible.",
|
|
5130
5139
|
"default": "7",
|
|
5140
|
+
"description": "The maximum number of page numbers visible.",
|
|
5131
5141
|
"attribute": "visible-pages",
|
|
5132
5142
|
"reflects": true
|
|
5133
5143
|
},
|
|
@@ -5158,7 +5168,7 @@
|
|
|
5158
5168
|
{
|
|
5159
5169
|
"name": "base-url",
|
|
5160
5170
|
"type": {
|
|
5161
|
-
"text": "string"
|
|
5171
|
+
"text": "string | undefined"
|
|
5162
5172
|
},
|
|
5163
5173
|
"description": "The base URL used to construct page links, for example `/search?page=`.\n\nThe page number is appended to this URL.",
|
|
5164
5174
|
"fieldName": "baseUrl"
|
|
@@ -5168,6 +5178,7 @@
|
|
|
5168
5178
|
"type": {
|
|
5169
5179
|
"text": "number"
|
|
5170
5180
|
},
|
|
5181
|
+
"default": "0",
|
|
5171
5182
|
"description": "The total number of pages.",
|
|
5172
5183
|
"fieldName": "pages"
|
|
5173
5184
|
},
|
|
@@ -5176,8 +5187,8 @@
|
|
|
5176
5187
|
"type": {
|
|
5177
5188
|
"text": "number"
|
|
5178
5189
|
},
|
|
5179
|
-
"description": "The currently active page number.",
|
|
5180
5190
|
"default": "1",
|
|
5191
|
+
"description": "The currently active page number.",
|
|
5181
5192
|
"fieldName": "currentPageNumber"
|
|
5182
5193
|
},
|
|
5183
5194
|
{
|
|
@@ -5185,8 +5196,8 @@
|
|
|
5185
5196
|
"type": {
|
|
5186
5197
|
"text": "number"
|
|
5187
5198
|
},
|
|
5188
|
-
"description": "The maximum number of page numbers visible.",
|
|
5189
5199
|
"default": "7",
|
|
5200
|
+
"description": "The maximum number of page numbers visible.",
|
|
5190
5201
|
"fieldName": "visiblePages"
|
|
5191
5202
|
}
|
|
5192
5203
|
],
|
|
@@ -5252,7 +5263,7 @@
|
|
|
5252
5263
|
"kind": "field",
|
|
5253
5264
|
"name": "openSrLabel",
|
|
5254
5265
|
"type": {
|
|
5255
|
-
"text": "string"
|
|
5266
|
+
"text": "string | undefined"
|
|
5256
5267
|
},
|
|
5257
5268
|
"deprecated": "Used \"open-arial-label\" instead.",
|
|
5258
5269
|
"attribute": "open-sr-label"
|
|
@@ -5261,7 +5272,7 @@
|
|
|
5261
5272
|
"kind": "field",
|
|
5262
5273
|
"name": "openAriaLabel",
|
|
5263
5274
|
"type": {
|
|
5264
|
-
"text": "string"
|
|
5275
|
+
"text": "string | undefined"
|
|
5265
5276
|
},
|
|
5266
5277
|
"description": "Label read by screen readers when targeting the pill.",
|
|
5267
5278
|
"attribute": "open-aria-label"
|
|
@@ -5270,7 +5281,7 @@
|
|
|
5270
5281
|
"kind": "field",
|
|
5271
5282
|
"name": "closeSrLabel",
|
|
5272
5283
|
"type": {
|
|
5273
|
-
"text": "string"
|
|
5284
|
+
"text": "string | undefined"
|
|
5274
5285
|
},
|
|
5275
5286
|
"deprecated": "Used \"close-arial-label\" instead.",
|
|
5276
5287
|
"attribute": "close-sr-label"
|
|
@@ -5279,7 +5290,7 @@
|
|
|
5279
5290
|
"kind": "field",
|
|
5280
5291
|
"name": "closeAriaLabel",
|
|
5281
5292
|
"type": {
|
|
5282
|
-
"text": "string"
|
|
5293
|
+
"text": "string | undefined"
|
|
5283
5294
|
},
|
|
5284
5295
|
"description": "Label read by screen readers when targeting the close button.",
|
|
5285
5296
|
"attribute": "close-aria-label"
|
|
@@ -5361,7 +5372,7 @@
|
|
|
5361
5372
|
{
|
|
5362
5373
|
"name": "open-sr-label",
|
|
5363
5374
|
"type": {
|
|
5364
|
-
"text": "string"
|
|
5375
|
+
"text": "string | undefined"
|
|
5365
5376
|
},
|
|
5366
5377
|
"deprecated": "Used \"open-arial-label\" instead.",
|
|
5367
5378
|
"fieldName": "openSrLabel"
|
|
@@ -5369,7 +5380,7 @@
|
|
|
5369
5380
|
{
|
|
5370
5381
|
"name": "open-aria-label",
|
|
5371
5382
|
"type": {
|
|
5372
|
-
"text": "string"
|
|
5383
|
+
"text": "string | undefined"
|
|
5373
5384
|
},
|
|
5374
5385
|
"description": "Label read by screen readers when targeting the pill.",
|
|
5375
5386
|
"fieldName": "openAriaLabel"
|
|
@@ -5377,7 +5388,7 @@
|
|
|
5377
5388
|
{
|
|
5378
5389
|
"name": "close-sr-label",
|
|
5379
5390
|
"type": {
|
|
5380
|
-
"text": "string"
|
|
5391
|
+
"text": "string | undefined"
|
|
5381
5392
|
},
|
|
5382
5393
|
"deprecated": "Used \"close-arial-label\" instead.",
|
|
5383
5394
|
"fieldName": "closeSrLabel"
|
|
@@ -5385,7 +5396,7 @@
|
|
|
5385
5396
|
{
|
|
5386
5397
|
"name": "close-aria-label",
|
|
5387
5398
|
"type": {
|
|
5388
|
-
"text": "string"
|
|
5399
|
+
"text": "string | undefined"
|
|
5389
5400
|
},
|
|
5390
5401
|
"description": "Label read by screen readers when targeting the close button.",
|
|
5391
5402
|
"fieldName": "closeAriaLabel"
|
|
@@ -6279,7 +6290,7 @@
|
|
|
6279
6290
|
"kind": "field",
|
|
6280
6291
|
"name": "helpText",
|
|
6281
6292
|
"type": {
|
|
6282
|
-
"text": "string"
|
|
6293
|
+
"text": "string | undefined"
|
|
6283
6294
|
},
|
|
6284
6295
|
"description": "The content displayed as the help text.\n\nPaired with `invalid` to show the text as a validation error.",
|
|
6285
6296
|
"attribute": "help-text",
|
|
@@ -6312,7 +6323,7 @@
|
|
|
6312
6323
|
"kind": "field",
|
|
6313
6324
|
"name": "hint",
|
|
6314
6325
|
"type": {
|
|
6315
|
-
"text": "string"
|
|
6326
|
+
"text": "string | undefined"
|
|
6316
6327
|
},
|
|
6317
6328
|
"description": "The content displayed as the help text.",
|
|
6318
6329
|
"deprecated": "Use `help-text` instead.",
|
|
@@ -6323,7 +6334,7 @@
|
|
|
6323
6334
|
"kind": "field",
|
|
6324
6335
|
"name": "label",
|
|
6325
6336
|
"type": {
|
|
6326
|
-
"text": "string"
|
|
6337
|
+
"text": "string | undefined"
|
|
6327
6338
|
},
|
|
6328
6339
|
"description": "The content to display as the label.",
|
|
6329
6340
|
"attribute": "label",
|
|
@@ -6374,11 +6385,20 @@
|
|
|
6374
6385
|
"attribute": "readonly",
|
|
6375
6386
|
"reflects": true
|
|
6376
6387
|
},
|
|
6388
|
+
{
|
|
6389
|
+
"kind": "field",
|
|
6390
|
+
"name": "_options",
|
|
6391
|
+
"type": {
|
|
6392
|
+
"text": "Array<TemplateResult>"
|
|
6393
|
+
},
|
|
6394
|
+
"privacy": "private",
|
|
6395
|
+
"default": "[]"
|
|
6396
|
+
},
|
|
6377
6397
|
{
|
|
6378
6398
|
"kind": "field",
|
|
6379
6399
|
"name": "name",
|
|
6380
6400
|
"type": {
|
|
6381
|
-
"text": "string"
|
|
6401
|
+
"text": "string | undefined"
|
|
6382
6402
|
},
|
|
6383
6403
|
"description": "The [name](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#name) of the select when submitting the form.",
|
|
6384
6404
|
"attribute": "name",
|
|
@@ -6388,7 +6408,7 @@
|
|
|
6388
6408
|
"kind": "field",
|
|
6389
6409
|
"name": "value",
|
|
6390
6410
|
"type": {
|
|
6391
|
-
"text": "string"
|
|
6411
|
+
"text": "string | undefined"
|
|
6392
6412
|
},
|
|
6393
6413
|
"description": "Lets you set the current value.",
|
|
6394
6414
|
"attribute": "value",
|
|
@@ -6399,9 +6419,9 @@
|
|
|
6399
6419
|
"name": "#initialValue",
|
|
6400
6420
|
"privacy": "private",
|
|
6401
6421
|
"type": {
|
|
6402
|
-
"text": "string |
|
|
6422
|
+
"text": "string | undefined"
|
|
6403
6423
|
},
|
|
6404
|
-
"default": "
|
|
6424
|
+
"default": "undefined"
|
|
6405
6425
|
},
|
|
6406
6426
|
{
|
|
6407
6427
|
"kind": "field",
|
|
@@ -6534,7 +6554,7 @@
|
|
|
6534
6554
|
{
|
|
6535
6555
|
"name": "help-text",
|
|
6536
6556
|
"type": {
|
|
6537
|
-
"text": "string"
|
|
6557
|
+
"text": "string | undefined"
|
|
6538
6558
|
},
|
|
6539
6559
|
"description": "The content displayed as the help text.\n\nPaired with `invalid` to show the text as a validation error.",
|
|
6540
6560
|
"fieldName": "helpText"
|
|
@@ -6561,7 +6581,7 @@
|
|
|
6561
6581
|
{
|
|
6562
6582
|
"name": "hint",
|
|
6563
6583
|
"type": {
|
|
6564
|
-
"text": "string"
|
|
6584
|
+
"text": "string | undefined"
|
|
6565
6585
|
},
|
|
6566
6586
|
"description": "The content displayed as the help text.",
|
|
6567
6587
|
"deprecated": "Use `help-text` instead.",
|
|
@@ -6570,7 +6590,7 @@
|
|
|
6570
6590
|
{
|
|
6571
6591
|
"name": "label",
|
|
6572
6592
|
"type": {
|
|
6573
|
-
"text": "string"
|
|
6593
|
+
"text": "string | undefined"
|
|
6574
6594
|
},
|
|
6575
6595
|
"description": "The content to display as the label.",
|
|
6576
6596
|
"fieldName": "label"
|
|
@@ -6615,7 +6635,7 @@
|
|
|
6615
6635
|
{
|
|
6616
6636
|
"name": "name",
|
|
6617
6637
|
"type": {
|
|
6618
|
-
"text": "string"
|
|
6638
|
+
"text": "string | undefined"
|
|
6619
6639
|
},
|
|
6620
6640
|
"description": "The [name](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#name) of the select when submitting the form.",
|
|
6621
6641
|
"fieldName": "name"
|
|
@@ -6623,7 +6643,7 @@
|
|
|
6623
6643
|
{
|
|
6624
6644
|
"name": "value",
|
|
6625
6645
|
"type": {
|
|
6626
|
-
"text": "string"
|
|
6646
|
+
"text": "string | undefined"
|
|
6627
6647
|
},
|
|
6628
6648
|
"description": "Lets you set the current value.",
|
|
6629
6649
|
"fieldName": "value"
|
|
@@ -6677,18 +6697,19 @@
|
|
|
6677
6697
|
"kind": "field",
|
|
6678
6698
|
"name": "ariaLabel",
|
|
6679
6699
|
"type": {
|
|
6680
|
-
"text": "string"
|
|
6700
|
+
"text": "string | null"
|
|
6681
6701
|
},
|
|
6702
|
+
"default": "null",
|
|
6682
6703
|
"description": "Label for the range input.",
|
|
6683
|
-
"default": "`label` from `w-slider`",
|
|
6684
6704
|
"attribute": "aria-label"
|
|
6685
6705
|
},
|
|
6686
6706
|
{
|
|
6687
6707
|
"kind": "field",
|
|
6688
6708
|
"name": "ariaDescription",
|
|
6689
6709
|
"type": {
|
|
6690
|
-
"text": "string"
|
|
6710
|
+
"text": "string | null"
|
|
6691
6711
|
},
|
|
6712
|
+
"default": "null",
|
|
6692
6713
|
"description": "Contextual information for assistive technology, should it be needed",
|
|
6693
6714
|
"attribute": "aria-description"
|
|
6694
6715
|
},
|
|
@@ -6696,7 +6717,7 @@
|
|
|
6696
6717
|
"kind": "field",
|
|
6697
6718
|
"name": "name",
|
|
6698
6719
|
"type": {
|
|
6699
|
-
"text": "string"
|
|
6720
|
+
"text": "string | undefined"
|
|
6700
6721
|
},
|
|
6701
6722
|
"description": "The name of this input field in the form. The canonical source of the value is the text field.",
|
|
6702
6723
|
"attribute": "name",
|
|
@@ -6706,7 +6727,7 @@
|
|
|
6706
6727
|
"kind": "field",
|
|
6707
6728
|
"name": "value",
|
|
6708
6729
|
"type": {
|
|
6709
|
-
"text": "string"
|
|
6730
|
+
"text": "string | undefined"
|
|
6710
6731
|
},
|
|
6711
6732
|
"description": "The initial value, if any",
|
|
6712
6733
|
"attribute": "value",
|
|
@@ -6716,7 +6737,7 @@
|
|
|
6716
6737
|
"kind": "field",
|
|
6717
6738
|
"name": "placeholder",
|
|
6718
6739
|
"type": {
|
|
6719
|
-
"text": "string"
|
|
6740
|
+
"text": "string | undefined"
|
|
6720
6741
|
},
|
|
6721
6742
|
"description": "Placeholder in empty text fields",
|
|
6722
6743
|
"attribute": "placeholder",
|
|
@@ -6727,9 +6748,9 @@
|
|
|
6727
6748
|
"name": "#initialValue",
|
|
6728
6749
|
"privacy": "private",
|
|
6729
6750
|
"type": {
|
|
6730
|
-
"text": "string |
|
|
6751
|
+
"text": "string | undefined"
|
|
6731
6752
|
},
|
|
6732
|
-
"default": "
|
|
6753
|
+
"default": "undefined"
|
|
6733
6754
|
},
|
|
6734
6755
|
{
|
|
6735
6756
|
"kind": "method",
|
|
@@ -6892,24 +6913,25 @@
|
|
|
6892
6913
|
{
|
|
6893
6914
|
"name": "aria-label",
|
|
6894
6915
|
"type": {
|
|
6895
|
-
"text": "string"
|
|
6916
|
+
"text": "string | null"
|
|
6896
6917
|
},
|
|
6918
|
+
"default": "null",
|
|
6897
6919
|
"description": "Label for the range input.",
|
|
6898
|
-
"default": "`label` from `w-slider`",
|
|
6899
6920
|
"fieldName": "ariaLabel"
|
|
6900
6921
|
},
|
|
6901
6922
|
{
|
|
6902
6923
|
"name": "aria-description",
|
|
6903
6924
|
"type": {
|
|
6904
|
-
"text": "string"
|
|
6925
|
+
"text": "string | null"
|
|
6905
6926
|
},
|
|
6927
|
+
"default": "null",
|
|
6906
6928
|
"description": "Contextual information for assistive technology, should it be needed",
|
|
6907
6929
|
"fieldName": "ariaDescription"
|
|
6908
6930
|
},
|
|
6909
6931
|
{
|
|
6910
6932
|
"name": "name",
|
|
6911
6933
|
"type": {
|
|
6912
|
-
"text": "string"
|
|
6934
|
+
"text": "string | undefined"
|
|
6913
6935
|
},
|
|
6914
6936
|
"description": "The name of this input field in the form. The canonical source of the value is the text field.",
|
|
6915
6937
|
"fieldName": "name"
|
|
@@ -6917,7 +6939,7 @@
|
|
|
6917
6939
|
{
|
|
6918
6940
|
"name": "value",
|
|
6919
6941
|
"type": {
|
|
6920
|
-
"text": "string"
|
|
6942
|
+
"text": "string | undefined"
|
|
6921
6943
|
},
|
|
6922
6944
|
"description": "The initial value, if any",
|
|
6923
6945
|
"fieldName": "value"
|
|
@@ -6925,7 +6947,7 @@
|
|
|
6925
6947
|
{
|
|
6926
6948
|
"name": "placeholder",
|
|
6927
6949
|
"type": {
|
|
6928
|
-
"text": "string"
|
|
6950
|
+
"text": "string | undefined"
|
|
6929
6951
|
},
|
|
6930
6952
|
"description": "Placeholder in empty text fields",
|
|
6931
6953
|
"fieldName": "placeholder"
|
|
@@ -7005,7 +7027,7 @@
|
|
|
7005
7027
|
"kind": "field",
|
|
7006
7028
|
"name": "label",
|
|
7007
7029
|
"type": {
|
|
7008
|
-
"text": "string"
|
|
7030
|
+
"text": "string | undefined"
|
|
7009
7031
|
},
|
|
7010
7032
|
"description": "The slider fieldset label. Required for proper accessibility.\n\nIf you need to display HTML, use the `label` slot instead (f. ex. `<legend class=\"sr-only\" slot=\"label\">Production year</legend>`)",
|
|
7011
7033
|
"attribute": "label",
|
|
@@ -7035,7 +7057,7 @@
|
|
|
7035
7057
|
"kind": "field",
|
|
7036
7058
|
"name": "error",
|
|
7037
7059
|
"type": {
|
|
7038
|
-
"text": "string"
|
|
7060
|
+
"text": "string | undefined"
|
|
7039
7061
|
},
|
|
7040
7062
|
"description": "Validation error text, if any",
|
|
7041
7063
|
"attribute": "error",
|
|
@@ -7045,7 +7067,7 @@
|
|
|
7045
7067
|
"kind": "field",
|
|
7046
7068
|
"name": "helpText",
|
|
7047
7069
|
"type": {
|
|
7048
|
-
"text": "string"
|
|
7070
|
+
"text": "string | undefined"
|
|
7049
7071
|
},
|
|
7050
7072
|
"description": "Additional description to show below the fieldset",
|
|
7051
7073
|
"attribute": "help-text",
|
|
@@ -7077,7 +7099,7 @@
|
|
|
7077
7099
|
"kind": "field",
|
|
7078
7100
|
"name": "min",
|
|
7079
7101
|
"type": {
|
|
7080
|
-
"text": "string"
|
|
7102
|
+
"text": "string | undefined"
|
|
7081
7103
|
},
|
|
7082
7104
|
"description": "The minimum allowed value in the range inputs",
|
|
7083
7105
|
"default": "0",
|
|
@@ -7088,7 +7110,7 @@
|
|
|
7088
7110
|
"kind": "field",
|
|
7089
7111
|
"name": "max",
|
|
7090
7112
|
"type": {
|
|
7091
|
-
"text": "string"
|
|
7113
|
+
"text": "string | undefined"
|
|
7092
7114
|
},
|
|
7093
7115
|
"description": "The maximum allowed value in the range inputs",
|
|
7094
7116
|
"default": "100",
|
|
@@ -7099,7 +7121,7 @@
|
|
|
7099
7121
|
"kind": "field",
|
|
7100
7122
|
"name": "markers",
|
|
7101
7123
|
"type": {
|
|
7102
|
-
"text": "number"
|
|
7124
|
+
"text": "number | undefined"
|
|
7103
7125
|
},
|
|
7104
7126
|
"description": "Pass a value similar to step to create visual markers at that interval",
|
|
7105
7127
|
"attribute": "markers",
|
|
@@ -7109,7 +7131,7 @@
|
|
|
7109
7131
|
"kind": "field",
|
|
7110
7132
|
"name": "step",
|
|
7111
7133
|
"type": {
|
|
7112
|
-
"text": "number"
|
|
7134
|
+
"text": "number | undefined"
|
|
7113
7135
|
},
|
|
7114
7136
|
"description": "ets step on the range input to jump between values when dragging",
|
|
7115
7137
|
"attribute": "step",
|
|
@@ -7119,7 +7141,7 @@
|
|
|
7119
7141
|
"kind": "field",
|
|
7120
7142
|
"name": "suffix",
|
|
7121
7143
|
"type": {
|
|
7122
|
-
"text": "string"
|
|
7144
|
+
"text": "string | undefined"
|
|
7123
7145
|
},
|
|
7124
7146
|
"description": "Suffix used in text input fields and for the min and max values of the slider",
|
|
7125
7147
|
"attribute": "suffix",
|
|
@@ -7140,7 +7162,7 @@
|
|
|
7140
7162
|
"kind": "field",
|
|
7141
7163
|
"name": "valueFormatter",
|
|
7142
7164
|
"type": {
|
|
7143
|
-
"text": "(value: string, slot: SliderSlot) => string"
|
|
7165
|
+
"text": "((value: string, slot: SliderSlot) => string) | undefined"
|
|
7144
7166
|
},
|
|
7145
7167
|
"description": "Formatter for the tooltip and input mask values"
|
|
7146
7168
|
},
|
|
@@ -7148,7 +7170,7 @@
|
|
|
7148
7170
|
"kind": "field",
|
|
7149
7171
|
"name": "tooltipFormatter",
|
|
7150
7172
|
"type": {
|
|
7151
|
-
"text": "(value: string, slot: SliderSlot) => string"
|
|
7173
|
+
"text": "((value: string, slot: SliderSlot) => string) | undefined"
|
|
7152
7174
|
},
|
|
7153
7175
|
"description": "Overrides valueFormatter for the tooltip.\n\nUse in open-ended sliders to show for example \"300+ hk\" instead of \"Max\" in the tooltip."
|
|
7154
7176
|
},
|
|
@@ -7156,7 +7178,7 @@
|
|
|
7156
7178
|
"kind": "field",
|
|
7157
7179
|
"name": "labelFormatter",
|
|
7158
7180
|
"type": {
|
|
7159
|
-
"text": "(slot: SliderSlot) => string"
|
|
7181
|
+
"text": "((slot: SliderSlot) => string) | undefined"
|
|
7160
7182
|
},
|
|
7161
7183
|
"description": "Formatter for the min and max labels below the range."
|
|
7162
7184
|
},
|
|
@@ -7275,7 +7297,7 @@
|
|
|
7275
7297
|
{
|
|
7276
7298
|
"name": "label",
|
|
7277
7299
|
"type": {
|
|
7278
|
-
"text": "string"
|
|
7300
|
+
"text": "string | undefined"
|
|
7279
7301
|
},
|
|
7280
7302
|
"description": "The slider fieldset label. Required for proper accessibility.\n\nIf you need to display HTML, use the `label` slot instead (f. ex. `<legend class=\"sr-only\" slot=\"label\">Production year</legend>`)",
|
|
7281
7303
|
"fieldName": "label"
|
|
@@ -7300,7 +7322,7 @@
|
|
|
7300
7322
|
{
|
|
7301
7323
|
"name": "error",
|
|
7302
7324
|
"type": {
|
|
7303
|
-
"text": "string"
|
|
7325
|
+
"text": "string | undefined"
|
|
7304
7326
|
},
|
|
7305
7327
|
"description": "Validation error text, if any",
|
|
7306
7328
|
"fieldName": "error"
|
|
@@ -7308,7 +7330,7 @@
|
|
|
7308
7330
|
{
|
|
7309
7331
|
"name": "help-text",
|
|
7310
7332
|
"type": {
|
|
7311
|
-
"text": "string"
|
|
7333
|
+
"text": "string | undefined"
|
|
7312
7334
|
},
|
|
7313
7335
|
"description": "Additional description to show below the fieldset",
|
|
7314
7336
|
"fieldName": "helpText"
|
|
@@ -7334,7 +7356,7 @@
|
|
|
7334
7356
|
{
|
|
7335
7357
|
"name": "min",
|
|
7336
7358
|
"type": {
|
|
7337
|
-
"text": "string"
|
|
7359
|
+
"text": "string | undefined"
|
|
7338
7360
|
},
|
|
7339
7361
|
"description": "The minimum allowed value in the range inputs",
|
|
7340
7362
|
"default": "0",
|
|
@@ -7343,7 +7365,7 @@
|
|
|
7343
7365
|
{
|
|
7344
7366
|
"name": "max",
|
|
7345
7367
|
"type": {
|
|
7346
|
-
"text": "string"
|
|
7368
|
+
"text": "string | undefined"
|
|
7347
7369
|
},
|
|
7348
7370
|
"description": "The maximum allowed value in the range inputs",
|
|
7349
7371
|
"default": "100",
|
|
@@ -7352,7 +7374,7 @@
|
|
|
7352
7374
|
{
|
|
7353
7375
|
"name": "markers",
|
|
7354
7376
|
"type": {
|
|
7355
|
-
"text": "number"
|
|
7377
|
+
"text": "number | undefined"
|
|
7356
7378
|
},
|
|
7357
7379
|
"description": "Pass a value similar to step to create visual markers at that interval",
|
|
7358
7380
|
"fieldName": "markers"
|
|
@@ -7360,7 +7382,7 @@
|
|
|
7360
7382
|
{
|
|
7361
7383
|
"name": "step",
|
|
7362
7384
|
"type": {
|
|
7363
|
-
"text": "number"
|
|
7385
|
+
"text": "number | undefined"
|
|
7364
7386
|
},
|
|
7365
7387
|
"description": "ets step on the range input to jump between values when dragging",
|
|
7366
7388
|
"fieldName": "step"
|
|
@@ -7368,7 +7390,7 @@
|
|
|
7368
7390
|
{
|
|
7369
7391
|
"name": "suffix",
|
|
7370
7392
|
"type": {
|
|
7371
|
-
"text": "string"
|
|
7393
|
+
"text": "string | undefined"
|
|
7372
7394
|
},
|
|
7373
7395
|
"description": "Suffix used in text input fields and for the min and max values of the slider",
|
|
7374
7396
|
"fieldName": "suffix"
|
|
@@ -7673,9 +7695,9 @@
|
|
|
7673
7695
|
"name": "#initialState",
|
|
7674
7696
|
"privacy": "private",
|
|
7675
7697
|
"type": {
|
|
7676
|
-
"text": "boolean
|
|
7698
|
+
"text": "boolean"
|
|
7677
7699
|
},
|
|
7678
|
-
"default": "
|
|
7700
|
+
"default": "false"
|
|
7679
7701
|
},
|
|
7680
7702
|
{
|
|
7681
7703
|
"kind": "method",
|
|
@@ -7997,7 +8019,7 @@
|
|
|
7997
8019
|
"kind": "field",
|
|
7998
8020
|
"name": "active",
|
|
7999
8021
|
"type": {
|
|
8000
|
-
"text": "string"
|
|
8022
|
+
"text": "string | undefined"
|
|
8001
8023
|
},
|
|
8002
8024
|
"description": "The `id` of the panel that should be active.",
|
|
8003
8025
|
"default": "\"\" (Shows the first tab)",
|
|
@@ -8029,7 +8051,7 @@
|
|
|
8029
8051
|
"kind": "field",
|
|
8030
8052
|
"name": "_activeTabFor",
|
|
8031
8053
|
"type": {
|
|
8032
|
-
"text": "string"
|
|
8054
|
+
"text": "string | undefined"
|
|
8033
8055
|
},
|
|
8034
8056
|
"privacy": "private",
|
|
8035
8057
|
"default": "''"
|
|
@@ -8108,7 +8130,7 @@
|
|
|
8108
8130
|
{
|
|
8109
8131
|
"name": "active",
|
|
8110
8132
|
"type": {
|
|
8111
|
-
"text": "string"
|
|
8133
|
+
"text": "string | undefined"
|
|
8112
8134
|
},
|
|
8113
8135
|
"description": "The `id` of the panel that should be active.",
|
|
8114
8136
|
"default": "\"\" (Shows the first tab)",
|
|
@@ -8180,7 +8202,7 @@
|
|
|
8180
8202
|
"kind": "field",
|
|
8181
8203
|
"name": "label",
|
|
8182
8204
|
"type": {
|
|
8183
|
-
"text": "string"
|
|
8205
|
+
"text": "string | undefined"
|
|
8184
8206
|
},
|
|
8185
8207
|
"description": "Either a `label` or an `aria-label` must be provided.",
|
|
8186
8208
|
"attribute": "label",
|
|
@@ -8190,7 +8212,7 @@
|
|
|
8190
8212
|
"kind": "field",
|
|
8191
8213
|
"name": "helpText",
|
|
8192
8214
|
"type": {
|
|
8193
|
-
"text": "string"
|
|
8215
|
+
"text": "string | undefined"
|
|
8194
8216
|
},
|
|
8195
8217
|
"description": "Use in combination with `invalid` to show as a validation error message,\nor on its own to show a help text.",
|
|
8196
8218
|
"summary": "Description shown below the input field",
|
|
@@ -8201,7 +8223,7 @@
|
|
|
8201
8223
|
"kind": "field",
|
|
8202
8224
|
"name": "maxRows",
|
|
8203
8225
|
"type": {
|
|
8204
|
-
"text": "number"
|
|
8226
|
+
"text": "number | undefined"
|
|
8205
8227
|
},
|
|
8206
8228
|
"description": "Sets the maximum number of text rows before the content starts scrolling.",
|
|
8207
8229
|
"attribute": "maximum-rows",
|
|
@@ -8211,7 +8233,7 @@
|
|
|
8211
8233
|
"kind": "field",
|
|
8212
8234
|
"name": "minRows",
|
|
8213
8235
|
"type": {
|
|
8214
|
-
"text": "number"
|
|
8236
|
+
"text": "number | undefined"
|
|
8215
8237
|
},
|
|
8216
8238
|
"description": "Sets the minimum number of text rows the textarea should display",
|
|
8217
8239
|
"attribute": "minimum-rows",
|
|
@@ -8221,7 +8243,7 @@
|
|
|
8221
8243
|
"kind": "field",
|
|
8222
8244
|
"name": "name",
|
|
8223
8245
|
"type": {
|
|
8224
|
-
"text": "string"
|
|
8246
|
+
"text": "string | undefined"
|
|
8225
8247
|
},
|
|
8226
8248
|
"description": "The [name](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#name) of the input field when submitting the form",
|
|
8227
8249
|
"attribute": "name",
|
|
@@ -8231,7 +8253,7 @@
|
|
|
8231
8253
|
"kind": "field",
|
|
8232
8254
|
"name": "placeholder",
|
|
8233
8255
|
"type": {
|
|
8234
|
-
"text": "string"
|
|
8256
|
+
"text": "string | undefined"
|
|
8235
8257
|
},
|
|
8236
8258
|
"description": "Set a text that is shown in the textarea when it doesn't have a value.\n\nPlaceholder text should not be used as a substitute for labeling the element with a visible label.",
|
|
8237
8259
|
"summary": "Shown in the textarea when it doesn't have a value",
|
|
@@ -8275,7 +8297,7 @@
|
|
|
8275
8297
|
"kind": "field",
|
|
8276
8298
|
"name": "value",
|
|
8277
8299
|
"type": {
|
|
8278
|
-
"text": "string"
|
|
8300
|
+
"text": "string | undefined"
|
|
8279
8301
|
},
|
|
8280
8302
|
"description": "Lets you set the current value",
|
|
8281
8303
|
"attribute": "value",
|
|
@@ -8305,9 +8327,9 @@
|
|
|
8305
8327
|
"name": "#initialValue",
|
|
8306
8328
|
"privacy": "private",
|
|
8307
8329
|
"type": {
|
|
8308
|
-
"text": "string |
|
|
8330
|
+
"text": "string | undefined"
|
|
8309
8331
|
},
|
|
8310
|
-
"default": "
|
|
8332
|
+
"default": "undefined"
|
|
8311
8333
|
},
|
|
8312
8334
|
{
|
|
8313
8335
|
"kind": "field",
|
|
@@ -8471,7 +8493,7 @@
|
|
|
8471
8493
|
{
|
|
8472
8494
|
"name": "label",
|
|
8473
8495
|
"type": {
|
|
8474
|
-
"text": "string"
|
|
8496
|
+
"text": "string | undefined"
|
|
8475
8497
|
},
|
|
8476
8498
|
"description": "Either a `label` or an `aria-label` must be provided.",
|
|
8477
8499
|
"fieldName": "label"
|
|
@@ -8479,7 +8501,7 @@
|
|
|
8479
8501
|
{
|
|
8480
8502
|
"name": "help-text",
|
|
8481
8503
|
"type": {
|
|
8482
|
-
"text": "string"
|
|
8504
|
+
"text": "string | undefined"
|
|
8483
8505
|
},
|
|
8484
8506
|
"description": "Use in combination with `invalid` to show as a validation error message,\nor on its own to show a help text.",
|
|
8485
8507
|
"summary": "Description shown below the input field",
|
|
@@ -8488,7 +8510,7 @@
|
|
|
8488
8510
|
{
|
|
8489
8511
|
"name": "maximum-rows",
|
|
8490
8512
|
"type": {
|
|
8491
|
-
"text": "number"
|
|
8513
|
+
"text": "number | undefined"
|
|
8492
8514
|
},
|
|
8493
8515
|
"description": "Sets the maximum number of text rows before the content starts scrolling.",
|
|
8494
8516
|
"fieldName": "maxRows"
|
|
@@ -8496,7 +8518,7 @@
|
|
|
8496
8518
|
{
|
|
8497
8519
|
"name": "minimum-rows",
|
|
8498
8520
|
"type": {
|
|
8499
|
-
"text": "number"
|
|
8521
|
+
"text": "number | undefined"
|
|
8500
8522
|
},
|
|
8501
8523
|
"description": "Sets the minimum number of text rows the textarea should display",
|
|
8502
8524
|
"fieldName": "minRows"
|
|
@@ -8504,7 +8526,7 @@
|
|
|
8504
8526
|
{
|
|
8505
8527
|
"name": "name",
|
|
8506
8528
|
"type": {
|
|
8507
|
-
"text": "string"
|
|
8529
|
+
"text": "string | undefined"
|
|
8508
8530
|
},
|
|
8509
8531
|
"description": "The [name](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#name) of the input field when submitting the form",
|
|
8510
8532
|
"fieldName": "name"
|
|
@@ -8512,7 +8534,7 @@
|
|
|
8512
8534
|
{
|
|
8513
8535
|
"name": "placeholder",
|
|
8514
8536
|
"type": {
|
|
8515
|
-
"text": "string"
|
|
8537
|
+
"text": "string | undefined"
|
|
8516
8538
|
},
|
|
8517
8539
|
"description": "Set a text that is shown in the textarea when it doesn't have a value.\n\nPlaceholder text should not be used as a substitute for labeling the element with a visible label.",
|
|
8518
8540
|
"summary": "Shown in the textarea when it doesn't have a value",
|
|
@@ -8548,7 +8570,7 @@
|
|
|
8548
8570
|
{
|
|
8549
8571
|
"name": "value",
|
|
8550
8572
|
"type": {
|
|
8551
|
-
"text": "string"
|
|
8573
|
+
"text": "string | undefined"
|
|
8552
8574
|
},
|
|
8553
8575
|
"description": "Lets you set the current value",
|
|
8554
8576
|
"fieldName": "value"
|