@viasat/beam-web-components 2.14.0 → 2.15.0
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/BadgeDot/BadgeDot.d.ts +3 -3
- package/Box/Box.d.ts +1 -2
- package/Box/Box.js +0 -3
- package/Divider/Divider.d.ts +2 -2
- package/SegmentedControl/SegmentedControl.d.ts +2 -1
- package/SegmentedControl/SegmentedControl.js +1 -1
- package/Text/Text.d.ts +0 -1
- package/Tooltip/Tooltip.d.ts +0 -2
- package/custom-elements.json +1687 -1691
- package/local/Box/Box.js +5 -8
- package/local/SegmentedControl/SegmentedControl.js +11 -11
- package/package.json +6 -6
- package/vscode.html-custom-data.json +319 -319
|
@@ -62,75 +62,100 @@
|
|
|
62
62
|
]
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
|
-
"name": "bm-
|
|
66
|
-
"description": "`bm-
|
|
65
|
+
"name": "bm-avatar",
|
|
66
|
+
"description": "`bm-avatar`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Avatar\n- **name** - Specify a name to display initials in the Avatar\n- **src** - Pass an image to the Avatar\n- **alt** - Specify alt for image\n- **size** - Specify the size of the Avatar\n- **disabled** - Specify if the Avatar is disabled\n- **shape** - Specify the shape of the Avatar\n- **isInteractive** - If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer\n- **isFocusable** - If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable\n- **withBorder** \n---\n\n\n### **Slots:**\n - **icon** - Customize the default icon",
|
|
67
67
|
"attributes": [
|
|
68
68
|
{
|
|
69
|
-
"name": "
|
|
70
|
-
"description": "Specify the
|
|
69
|
+
"name": "appearance",
|
|
70
|
+
"description": "Specify the appearance of the Avatar",
|
|
71
|
+
"values": [{ "name": "accent" }, { "name": "neutral" }]
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "name",
|
|
75
|
+
"description": "Specify a name to display initials in the Avatar",
|
|
71
76
|
"values": []
|
|
72
77
|
},
|
|
73
78
|
{
|
|
74
|
-
"name": "
|
|
75
|
-
"description": "
|
|
79
|
+
"name": "src",
|
|
80
|
+
"description": "Pass an image to the Avatar",
|
|
76
81
|
"values": []
|
|
77
82
|
},
|
|
83
|
+
{ "name": "alt", "description": "Specify alt for image", "values": [] },
|
|
78
84
|
{
|
|
79
85
|
"name": "size",
|
|
80
|
-
"description": "Specify the size of the
|
|
81
|
-
"values": [
|
|
86
|
+
"description": "Specify the size of the Avatar",
|
|
87
|
+
"values": [
|
|
88
|
+
{ "name": "xs" },
|
|
89
|
+
{ "name": "sm" },
|
|
90
|
+
{ "name": "md" },
|
|
91
|
+
{ "name": "lg" },
|
|
92
|
+
{ "name": "xl" }
|
|
93
|
+
]
|
|
82
94
|
},
|
|
83
95
|
{
|
|
84
|
-
"name": "
|
|
85
|
-
"description": "Specify if the
|
|
96
|
+
"name": "disabled",
|
|
97
|
+
"description": "Specify if the Avatar is disabled",
|
|
86
98
|
"values": []
|
|
87
99
|
},
|
|
88
100
|
{
|
|
89
|
-
"name": "
|
|
90
|
-
"description": "Specify the
|
|
91
|
-
"values": [{ "name": "
|
|
101
|
+
"name": "shape",
|
|
102
|
+
"description": "Specify the shape of the Avatar",
|
|
103
|
+
"values": [{ "name": "circle" }, { "name": "square" }]
|
|
92
104
|
},
|
|
93
105
|
{
|
|
94
|
-
"name": "
|
|
95
|
-
"description": "
|
|
96
|
-
"values": [
|
|
97
|
-
{ "name": "infoPrimary" },
|
|
98
|
-
{ "name": "infoSecondary" },
|
|
99
|
-
{ "name": "positive" },
|
|
100
|
-
{ "name": "warning" },
|
|
101
|
-
{ "name": "negative" }
|
|
102
|
-
]
|
|
106
|
+
"name": "isInteractive",
|
|
107
|
+
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
108
|
+
"values": []
|
|
103
109
|
},
|
|
104
110
|
{
|
|
105
|
-
"name": "
|
|
106
|
-
"description": "
|
|
111
|
+
"name": "isFocusable",
|
|
112
|
+
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
107
113
|
"values": []
|
|
108
114
|
},
|
|
115
|
+
{ "name": "withBorder", "values": [] }
|
|
116
|
+
],
|
|
117
|
+
"references": [
|
|
109
118
|
{
|
|
110
|
-
"name": "
|
|
111
|
-
"
|
|
119
|
+
"name": "Storybook",
|
|
120
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
|
|
121
|
+
}
|
|
122
|
+
]
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"name": "bm-avatar-group",
|
|
126
|
+
"description": "`bm-avatar-group`\n\n### Attributes:\n- **wrapping** - Specify if the AvatarGroup wraps\n- **maxCount** - Specify the max number of avatars displayed in the group.\n- **size** - Specify the size of all Avatars\n- **layout** - Specify the kind of the group.\n---\n\n\n### **Slots:**\n - **default** - Add Avatars to create a group",
|
|
127
|
+
"attributes": [
|
|
128
|
+
{
|
|
129
|
+
"name": "wrapping",
|
|
130
|
+
"description": "Specify if the AvatarGroup wraps",
|
|
112
131
|
"values": []
|
|
113
132
|
},
|
|
114
133
|
{
|
|
115
|
-
"name": "
|
|
116
|
-
"description": "Specify
|
|
134
|
+
"name": "maxCount",
|
|
135
|
+
"description": "Specify the max number of avatars displayed in the group.",
|
|
117
136
|
"values": []
|
|
118
137
|
},
|
|
119
138
|
{
|
|
120
|
-
"name": "
|
|
121
|
-
"description": "
|
|
122
|
-
"values": [
|
|
139
|
+
"name": "size",
|
|
140
|
+
"description": "Specify the size of all Avatars",
|
|
141
|
+
"values": [
|
|
142
|
+
{ "name": "xs" },
|
|
143
|
+
{ "name": "sm" },
|
|
144
|
+
{ "name": "md" },
|
|
145
|
+
{ "name": "lg" },
|
|
146
|
+
{ "name": "xl" }
|
|
147
|
+
]
|
|
123
148
|
},
|
|
124
149
|
{
|
|
125
|
-
"name": "
|
|
126
|
-
"description": "
|
|
127
|
-
"values": []
|
|
150
|
+
"name": "layout",
|
|
151
|
+
"description": "Specify the kind of the group.",
|
|
152
|
+
"values": [{ "name": "stacked" }, { "name": "spaced" }]
|
|
128
153
|
}
|
|
129
154
|
],
|
|
130
155
|
"references": [
|
|
131
156
|
{
|
|
132
157
|
"name": "Storybook",
|
|
133
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-
|
|
158
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
|
|
134
159
|
}
|
|
135
160
|
]
|
|
136
161
|
},
|
|
@@ -190,21 +215,17 @@
|
|
|
190
215
|
"name": "appearance",
|
|
191
216
|
"description": "Specify the appearance of the BadgeDot",
|
|
192
217
|
"values": [
|
|
193
|
-
{ "name": "primary" },
|
|
194
|
-
{ "name": "secondary" },
|
|
195
218
|
{ "name": "infoPrimary" },
|
|
196
219
|
{ "name": "infoSecondary" },
|
|
197
220
|
{ "name": "positive" },
|
|
198
221
|
{ "name": "warning" },
|
|
199
|
-
{ "name": "negative" }
|
|
200
|
-
{ "name": "inverse" },
|
|
201
|
-
{ "name": "secondaryInverse" }
|
|
222
|
+
{ "name": "negative" }
|
|
202
223
|
]
|
|
203
224
|
},
|
|
204
225
|
{
|
|
205
226
|
"name": "emphasis",
|
|
206
227
|
"description": "Specify the emphasis of the BadgeDot",
|
|
207
|
-
"values": [{ "name": "
|
|
228
|
+
"values": [{ "name": "strong" }, { "name": "subtle" }]
|
|
208
229
|
},
|
|
209
230
|
{
|
|
210
231
|
"name": "overrideDotColor",
|
|
@@ -219,6 +240,79 @@
|
|
|
219
240
|
}
|
|
220
241
|
]
|
|
221
242
|
},
|
|
243
|
+
{
|
|
244
|
+
"name": "bm-alert",
|
|
245
|
+
"description": "`bm-alert`\n\n### Attributes:\n- **heading** - Specify the heading text for Alert\n- **body** - Specify the body text for Alert\n- **size** - Specify the size of the Alert\n- **fullWidth** - Specify if the Alert has no border radius\n- **theme** - Specify the theme of the Alert. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the Alert\n- **hidden** - Specify if the Alert is hidden\n- **hideIcon** - Specify if the icon displays on the Alert\n- **dismissible** - Specify if the Alert can be dismissed\n- **disableAutoFocus** - Prevent autofocus on show\n- **disableCloseOnEscape** - Prevent Escape from closing\n---\n\n\n### **Events:**\n - **bm-dismiss** - Dispatched when the Alert has been dismissed\n\n### **Slots:**\n - **icon** - Specify a different icon for the Alert\n- **heading** - Specify the heading text for Alert or pass the `heading` attribute to set the heading\n- **body** - Specify the body text for Alert or pass the `body` attribute to set the body\n- **actions** - Specify if actions display on the Alert",
|
|
246
|
+
"attributes": [
|
|
247
|
+
{
|
|
248
|
+
"name": "heading",
|
|
249
|
+
"description": "Specify the heading text for Alert",
|
|
250
|
+
"values": []
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"name": "body",
|
|
254
|
+
"description": "Specify the body text for Alert",
|
|
255
|
+
"values": []
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"name": "size",
|
|
259
|
+
"description": "Specify the size of the Alert",
|
|
260
|
+
"values": [{ "name": "sm" }, { "name": "md" }]
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"name": "fullWidth",
|
|
264
|
+
"description": "Specify if the Alert has no border radius",
|
|
265
|
+
"values": []
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"name": "theme",
|
|
269
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
270
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"name": "appearance",
|
|
274
|
+
"description": "Specify the appearance of the Alert",
|
|
275
|
+
"values": [
|
|
276
|
+
{ "name": "infoPrimary" },
|
|
277
|
+
{ "name": "infoSecondary" },
|
|
278
|
+
{ "name": "positive" },
|
|
279
|
+
{ "name": "warning" },
|
|
280
|
+
{ "name": "negative" }
|
|
281
|
+
]
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"name": "hidden",
|
|
285
|
+
"description": "Specify if the Alert is hidden",
|
|
286
|
+
"values": []
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"name": "hideIcon",
|
|
290
|
+
"description": "Specify if the icon displays on the Alert",
|
|
291
|
+
"values": []
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"name": "dismissible",
|
|
295
|
+
"description": "Specify if the Alert can be dismissed",
|
|
296
|
+
"values": []
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"name": "disableAutoFocus",
|
|
300
|
+
"description": "Prevent autofocus on show",
|
|
301
|
+
"values": []
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"name": "disableCloseOnEscape",
|
|
305
|
+
"description": "Prevent Escape from closing",
|
|
306
|
+
"values": []
|
|
307
|
+
}
|
|
308
|
+
],
|
|
309
|
+
"references": [
|
|
310
|
+
{
|
|
311
|
+
"name": "Storybook",
|
|
312
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
|
|
313
|
+
}
|
|
314
|
+
]
|
|
315
|
+
},
|
|
222
316
|
{
|
|
223
317
|
"name": "bm-box",
|
|
224
318
|
"description": "`bm-box`\n\n### Attributes:\n- **backgroundColor** - Specify the background color of a Box\n- **borderColor** - Specify the border color of a Box\n- **borderWidth** - Specify the border width of a Box\n- **borderRadius** - Specify the border radius of a Box\n- **px** - Specify before and after padding of a Box\n- **py** - Specify top and bottom padding of a Box\n- **pTop** - Specify top padding of a Box\n- **pBottom** - Specify bottom padding of a Box\n- **pBefore** - Specify before padding of a Box\n- **pAfter** - Specify after padding of a Box\n- **mx** - Specify before and after margin of a Box\n- **my** - Specify top and bottom margin of a Box\n- **mTop** - Specify top margin of a Box\n- **mBottom** - Specify bottom margin of a Box\n- **mBefore** - Specify before margin of a Box\n- **mAfter** - Specify after margin of a Box\n- **m** - Specify all margin\n- **p** - Specify all padding\n- **gap** - Specify gap between child elements\n- **shadow** - Specify if a Box has a shadow\n---\n\n\n### **Slots:**\n - **default** - Provide content for the Box",
|
|
@@ -231,6 +325,8 @@
|
|
|
231
325
|
{ "name": "warning" },
|
|
232
326
|
{ "name": "negative" },
|
|
233
327
|
{ "name": "inverse" },
|
|
328
|
+
{ "name": "selected" },
|
|
329
|
+
{ "name": "expressive" },
|
|
234
330
|
{ "name": "00" },
|
|
235
331
|
{ "name": "00-alt" },
|
|
236
332
|
{ "name": "01" },
|
|
@@ -243,11 +339,9 @@
|
|
|
243
339
|
{ "name": "negative-strong" },
|
|
244
340
|
{ "name": "info-primary-strong" },
|
|
245
341
|
{ "name": "info-secondary-strong" },
|
|
246
|
-
{ "name": "selected" },
|
|
247
342
|
{ "name": "selected-subtle" },
|
|
248
343
|
{ "name": "highlight" },
|
|
249
344
|
{ "name": "transparent" },
|
|
250
|
-
{ "name": "expressive" },
|
|
251
345
|
{ "name": "expressive-stronger" },
|
|
252
346
|
{ "name": "expressive-inverse" }
|
|
253
347
|
]
|
|
@@ -260,6 +354,8 @@
|
|
|
260
354
|
{ "name": "warning" },
|
|
261
355
|
{ "name": "negative" },
|
|
262
356
|
{ "name": "inverse" },
|
|
357
|
+
{ "name": "selected" },
|
|
358
|
+
{ "name": "expressive" },
|
|
263
359
|
{ "name": "strong" },
|
|
264
360
|
{ "name": "00" },
|
|
265
361
|
{ "name": "00-alt" },
|
|
@@ -273,9 +369,7 @@
|
|
|
273
369
|
{ "name": "negative-strong" },
|
|
274
370
|
{ "name": "info-primary-strong" },
|
|
275
371
|
{ "name": "info-secondary-strong" },
|
|
276
|
-
{ "name": "selected" },
|
|
277
372
|
{ "name": "transparent" },
|
|
278
|
-
{ "name": "expressive" },
|
|
279
373
|
{ "name": "expressive-stronger" },
|
|
280
374
|
{ "name": "focus" }
|
|
281
375
|
]
|
|
@@ -622,104 +716,6 @@
|
|
|
622
716
|
}
|
|
623
717
|
]
|
|
624
718
|
},
|
|
625
|
-
{
|
|
626
|
-
"name": "bm-avatar",
|
|
627
|
-
"description": "`bm-avatar`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Avatar\n- **name** - Specify a name to display initials in the Avatar\n- **src** - Pass an image to the Avatar\n- **alt** - Specify alt for image\n- **size** - Specify the size of the Avatar\n- **disabled** - Specify if the Avatar is disabled\n- **shape** - Specify the shape of the Avatar\n- **isInteractive** - If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer\n- **isFocusable** - If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable\n- **withBorder** \n---\n\n\n### **Slots:**\n - **icon** - Customize the default icon",
|
|
628
|
-
"attributes": [
|
|
629
|
-
{
|
|
630
|
-
"name": "appearance",
|
|
631
|
-
"description": "Specify the appearance of the Avatar",
|
|
632
|
-
"values": [{ "name": "accent" }, { "name": "neutral" }]
|
|
633
|
-
},
|
|
634
|
-
{
|
|
635
|
-
"name": "name",
|
|
636
|
-
"description": "Specify a name to display initials in the Avatar",
|
|
637
|
-
"values": []
|
|
638
|
-
},
|
|
639
|
-
{
|
|
640
|
-
"name": "src",
|
|
641
|
-
"description": "Pass an image to the Avatar",
|
|
642
|
-
"values": []
|
|
643
|
-
},
|
|
644
|
-
{ "name": "alt", "description": "Specify alt for image", "values": [] },
|
|
645
|
-
{
|
|
646
|
-
"name": "size",
|
|
647
|
-
"description": "Specify the size of the Avatar",
|
|
648
|
-
"values": [
|
|
649
|
-
{ "name": "xs" },
|
|
650
|
-
{ "name": "sm" },
|
|
651
|
-
{ "name": "md" },
|
|
652
|
-
{ "name": "lg" },
|
|
653
|
-
{ "name": "xl" }
|
|
654
|
-
]
|
|
655
|
-
},
|
|
656
|
-
{
|
|
657
|
-
"name": "disabled",
|
|
658
|
-
"description": "Specify if the Avatar is disabled",
|
|
659
|
-
"values": []
|
|
660
|
-
},
|
|
661
|
-
{
|
|
662
|
-
"name": "shape",
|
|
663
|
-
"description": "Specify the shape of the Avatar",
|
|
664
|
-
"values": [{ "name": "circle" }, { "name": "square" }]
|
|
665
|
-
},
|
|
666
|
-
{
|
|
667
|
-
"name": "isInteractive",
|
|
668
|
-
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
669
|
-
"values": []
|
|
670
|
-
},
|
|
671
|
-
{
|
|
672
|
-
"name": "isFocusable",
|
|
673
|
-
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
674
|
-
"values": []
|
|
675
|
-
},
|
|
676
|
-
{ "name": "withBorder", "values": [] }
|
|
677
|
-
],
|
|
678
|
-
"references": [
|
|
679
|
-
{
|
|
680
|
-
"name": "Storybook",
|
|
681
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
|
|
682
|
-
}
|
|
683
|
-
]
|
|
684
|
-
},
|
|
685
|
-
{
|
|
686
|
-
"name": "bm-avatar-group",
|
|
687
|
-
"description": "`bm-avatar-group`\n\n### Attributes:\n- **wrapping** - Specify if the AvatarGroup wraps\n- **maxCount** - Specify the max number of avatars displayed in the group.\n- **size** - Specify the size of all Avatars\n- **layout** - Specify the kind of the group.\n---\n\n\n### **Slots:**\n - **default** - Add Avatars to create a group",
|
|
688
|
-
"attributes": [
|
|
689
|
-
{
|
|
690
|
-
"name": "wrapping",
|
|
691
|
-
"description": "Specify if the AvatarGroup wraps",
|
|
692
|
-
"values": []
|
|
693
|
-
},
|
|
694
|
-
{
|
|
695
|
-
"name": "maxCount",
|
|
696
|
-
"description": "Specify the max number of avatars displayed in the group.",
|
|
697
|
-
"values": []
|
|
698
|
-
},
|
|
699
|
-
{
|
|
700
|
-
"name": "size",
|
|
701
|
-
"description": "Specify the size of all Avatars",
|
|
702
|
-
"values": [
|
|
703
|
-
{ "name": "xs" },
|
|
704
|
-
{ "name": "sm" },
|
|
705
|
-
{ "name": "md" },
|
|
706
|
-
{ "name": "lg" },
|
|
707
|
-
{ "name": "xl" }
|
|
708
|
-
]
|
|
709
|
-
},
|
|
710
|
-
{
|
|
711
|
-
"name": "layout",
|
|
712
|
-
"description": "Specify the kind of the group.",
|
|
713
|
-
"values": [{ "name": "stacked" }, { "name": "spaced" }]
|
|
714
|
-
}
|
|
715
|
-
],
|
|
716
|
-
"references": [
|
|
717
|
-
{
|
|
718
|
-
"name": "Storybook",
|
|
719
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
|
|
720
|
-
}
|
|
721
|
-
]
|
|
722
|
-
},
|
|
723
719
|
{
|
|
724
720
|
"name": "bm-breadcrumb",
|
|
725
721
|
"description": "`bm-breadcrumb`\n\n### Attributes:\n- **wrap** - Specify if items wrap or collapse to an ellipsis\n- **itemsBeforeCollapse** - Specify how many items show before ellipsis\n- **itemsAfterCollapse** - Specify how many items show after ellipsis\n- **theme** - Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent\n---\n\n\n### **Slots:**\n - **default** - Pass items to the Breadcrumb",
|
|
@@ -791,8 +787,8 @@
|
|
|
791
787
|
"values": [
|
|
792
788
|
{ "name": "accent" },
|
|
793
789
|
{ "name": "neutral" },
|
|
794
|
-
{ "name": "
|
|
795
|
-
{ "name": "
|
|
790
|
+
{ "name": "neutral-subtle" },
|
|
791
|
+
{ "name": "destructive" }
|
|
796
792
|
]
|
|
797
793
|
},
|
|
798
794
|
{
|
|
@@ -931,12 +927,27 @@
|
|
|
931
927
|
{ "name": "end" },
|
|
932
928
|
{ "name": "center" }
|
|
933
929
|
]
|
|
934
|
-
},
|
|
935
|
-
{ "name": "length", "values": [] },
|
|
936
|
-
{
|
|
937
|
-
"name": "inset",
|
|
938
|
-
"description": "Add equal padding to each side of the Divider",
|
|
939
|
-
"values": [
|
|
930
|
+
},
|
|
931
|
+
{ "name": "length", "values": [] },
|
|
932
|
+
{
|
|
933
|
+
"name": "inset",
|
|
934
|
+
"description": "Add equal padding to each side of the Divider",
|
|
935
|
+
"values": [
|
|
936
|
+
{ "name": "0" },
|
|
937
|
+
{ "name": "12" },
|
|
938
|
+
{ "name": "25" },
|
|
939
|
+
{ "name": "50" },
|
|
940
|
+
{ "name": "75" },
|
|
941
|
+
{ "name": "100" },
|
|
942
|
+
{ "name": "125" },
|
|
943
|
+
{ "name": "150" },
|
|
944
|
+
{ "name": "200" },
|
|
945
|
+
{ "name": "300" },
|
|
946
|
+
{ "name": "400" },
|
|
947
|
+
{ "name": "500" },
|
|
948
|
+
{ "name": "700" },
|
|
949
|
+
{ "name": "800" }
|
|
950
|
+
]
|
|
940
951
|
}
|
|
941
952
|
],
|
|
942
953
|
"references": [
|
|
@@ -1010,12 +1021,12 @@
|
|
|
1010
1021
|
{
|
|
1011
1022
|
"name": "text",
|
|
1012
1023
|
"description": "Add or customize content in the HelperText",
|
|
1013
|
-
"values": [
|
|
1024
|
+
"values": []
|
|
1014
1025
|
},
|
|
1015
1026
|
{
|
|
1016
1027
|
"name": "theme",
|
|
1017
1028
|
"description": "Specify the theme of the HelperText. By default it inherits the theme from the parent",
|
|
1018
|
-
"values": [{ "name": "
|
|
1029
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
1019
1030
|
}
|
|
1020
1031
|
],
|
|
1021
1032
|
"references": [
|
|
@@ -1138,10 +1149,7 @@
|
|
|
1138
1149
|
"name": "validationRules",
|
|
1139
1150
|
"values": [{ "name": "Array<FormValidator>" }]
|
|
1140
1151
|
},
|
|
1141
|
-
{
|
|
1142
|
-
"name": "input-aria-label",
|
|
1143
|
-
"values": [{ "name": "Optional<string>" }]
|
|
1144
|
-
}
|
|
1152
|
+
{ "name": "input-aria-label", "values": [] }
|
|
1145
1153
|
],
|
|
1146
1154
|
"references": [
|
|
1147
1155
|
{
|
|
@@ -1263,9 +1271,9 @@
|
|
|
1263
1271
|
"name": "state",
|
|
1264
1272
|
"description": "Specify the ProgressBar state",
|
|
1265
1273
|
"values": [
|
|
1266
|
-
{ "name": "
|
|
1274
|
+
{ "name": "active" },
|
|
1267
1275
|
{ "name": "error" },
|
|
1268
|
-
{ "name": "
|
|
1276
|
+
{ "name": "success" }
|
|
1269
1277
|
]
|
|
1270
1278
|
},
|
|
1271
1279
|
{
|
|
@@ -1323,7 +1331,7 @@
|
|
|
1323
1331
|
{
|
|
1324
1332
|
"name": "size",
|
|
1325
1333
|
"description": "Specify the size of a SegmentedControl",
|
|
1326
|
-
"values": []
|
|
1334
|
+
"values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
|
|
1327
1335
|
},
|
|
1328
1336
|
{
|
|
1329
1337
|
"name": "initialSelection",
|
|
@@ -1411,7 +1419,7 @@
|
|
|
1411
1419
|
{
|
|
1412
1420
|
"name": "value",
|
|
1413
1421
|
"description": "Specify if a spinner is determinate by setting a value",
|
|
1414
|
-
"values": [
|
|
1422
|
+
"values": []
|
|
1415
1423
|
},
|
|
1416
1424
|
{
|
|
1417
1425
|
"name": "showPercentage",
|
|
@@ -1511,9 +1519,9 @@
|
|
|
1511
1519
|
{ "name": "negative" },
|
|
1512
1520
|
{ "name": "secondaryInverse" },
|
|
1513
1521
|
{ "name": "selected" },
|
|
1514
|
-
{ "name": "expressive" },
|
|
1515
1522
|
{ "name": "disabled" },
|
|
1516
1523
|
{ "name": "primaryInverse" },
|
|
1524
|
+
{ "name": "expressive" },
|
|
1517
1525
|
{ "name": "expressiveStronger" },
|
|
1518
1526
|
{ "name": "expressiveInverse" },
|
|
1519
1527
|
{ "name": "expressiveInverseStronger" }
|
|
@@ -1598,7 +1606,20 @@
|
|
|
1598
1606
|
{
|
|
1599
1607
|
"name": "placement",
|
|
1600
1608
|
"description": "Specify the placement of Tooltip relative to the anchor",
|
|
1601
|
-
"values": [
|
|
1609
|
+
"values": [
|
|
1610
|
+
{ "name": "top" },
|
|
1611
|
+
{ "name": "right" },
|
|
1612
|
+
{ "name": "bottom" },
|
|
1613
|
+
{ "name": "left" },
|
|
1614
|
+
{ "name": "top-start" },
|
|
1615
|
+
{ "name": "top-end" },
|
|
1616
|
+
{ "name": "right-start" },
|
|
1617
|
+
{ "name": "right-end" },
|
|
1618
|
+
{ "name": "bottom-start" },
|
|
1619
|
+
{ "name": "bottom-end" },
|
|
1620
|
+
{ "name": "left-start" },
|
|
1621
|
+
{ "name": "left-end" }
|
|
1622
|
+
]
|
|
1602
1623
|
},
|
|
1603
1624
|
{
|
|
1604
1625
|
"name": "autoPlacement",
|
|
@@ -1786,8 +1807,8 @@
|
|
|
1786
1807
|
"values": [
|
|
1787
1808
|
{ "name": "accent" },
|
|
1788
1809
|
{ "name": "neutral" },
|
|
1789
|
-
{ "name": "
|
|
1790
|
-
{ "name": "
|
|
1810
|
+
{ "name": "neutral-subtle" },
|
|
1811
|
+
{ "name": "destructive" }
|
|
1791
1812
|
]
|
|
1792
1813
|
},
|
|
1793
1814
|
{
|
|
@@ -1919,10 +1940,10 @@
|
|
|
1919
1940
|
"name": "state",
|
|
1920
1941
|
"description": "Specify the status of the file",
|
|
1921
1942
|
"values": [
|
|
1922
|
-
{ "name": "
|
|
1943
|
+
{ "name": "error" },
|
|
1923
1944
|
{ "name": "success" },
|
|
1924
|
-
{ "name": "
|
|
1925
|
-
{ "name": "
|
|
1945
|
+
{ "name": "uploading" },
|
|
1946
|
+
{ "name": "uploaded" }
|
|
1926
1947
|
]
|
|
1927
1948
|
},
|
|
1928
1949
|
{
|
|
@@ -2059,10 +2080,7 @@
|
|
|
2059
2080
|
{ "name": "id", "values": [] },
|
|
2060
2081
|
{ "name": "name", "values": [] },
|
|
2061
2082
|
{ "name": "value", "values": [] },
|
|
2062
|
-
{
|
|
2063
|
-
"name": "input-aria-label",
|
|
2064
|
-
"values": [{ "name": "Optional<string>" }]
|
|
2065
|
-
}
|
|
2083
|
+
{ "name": "input-aria-label", "values": [] }
|
|
2066
2084
|
],
|
|
2067
2085
|
"references": [
|
|
2068
2086
|
{
|
|
@@ -2104,10 +2122,10 @@
|
|
|
2104
2122
|
"description": "Specify if input is a read only",
|
|
2105
2123
|
"values": []
|
|
2106
2124
|
},
|
|
2107
|
-
{ "name": "action", "values": [
|
|
2108
|
-
{ "name": "method", "values": [
|
|
2109
|
-
{ "name": "target", "values": [
|
|
2110
|
-
{ "name": "enctype", "values": [
|
|
2125
|
+
{ "name": "action", "values": [] },
|
|
2126
|
+
{ "name": "method", "values": [] },
|
|
2127
|
+
{ "name": "target", "values": [] },
|
|
2128
|
+
{ "name": "enctype", "values": [] }
|
|
2111
2129
|
],
|
|
2112
2130
|
"references": [
|
|
2113
2131
|
{
|
|
@@ -2133,17 +2151,17 @@
|
|
|
2133
2151
|
{
|
|
2134
2152
|
"name": "text",
|
|
2135
2153
|
"description": "Specify the text for Label",
|
|
2136
|
-
"values": [
|
|
2154
|
+
"values": []
|
|
2137
2155
|
},
|
|
2138
2156
|
{
|
|
2139
2157
|
"name": "optional",
|
|
2140
2158
|
"description": "Specify the text for Label",
|
|
2141
|
-
"values": [
|
|
2159
|
+
"values": []
|
|
2142
2160
|
},
|
|
2143
2161
|
{
|
|
2144
2162
|
"name": "theme",
|
|
2145
2163
|
"description": "Specify the theme of the Label. By default it inherits the theme from the parent",
|
|
2146
|
-
"values": [{ "name": "
|
|
2164
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
2147
2165
|
}
|
|
2148
2166
|
],
|
|
2149
2167
|
"references": [
|
|
@@ -2175,7 +2193,7 @@
|
|
|
2175
2193
|
{
|
|
2176
2194
|
"name": "error",
|
|
2177
2195
|
"description": "Specify error text and display error state of a NativeSelect",
|
|
2178
|
-
"values": [
|
|
2196
|
+
"values": []
|
|
2179
2197
|
},
|
|
2180
2198
|
{
|
|
2181
2199
|
"name": "fluid",
|
|
@@ -2185,7 +2203,7 @@
|
|
|
2185
2203
|
{
|
|
2186
2204
|
"name": "width",
|
|
2187
2205
|
"description": "Specify the width of NativeSelect",
|
|
2188
|
-
"values": [
|
|
2206
|
+
"values": []
|
|
2189
2207
|
},
|
|
2190
2208
|
{
|
|
2191
2209
|
"name": "ellipse",
|
|
@@ -2200,7 +2218,7 @@
|
|
|
2200
2218
|
{
|
|
2201
2219
|
"name": "theme",
|
|
2202
2220
|
"description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
2203
|
-
"values": [{ "name": "
|
|
2221
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
2204
2222
|
},
|
|
2205
2223
|
{ "name": "id", "values": [] },
|
|
2206
2224
|
{ "name": "name", "values": [] },
|
|
@@ -2209,10 +2227,7 @@
|
|
|
2209
2227
|
"name": "validationRules",
|
|
2210
2228
|
"values": [{ "name": "Array<FormValidator>" }]
|
|
2211
2229
|
},
|
|
2212
|
-
{
|
|
2213
|
-
"name": "input-aria-label",
|
|
2214
|
-
"values": [{ "name": "Optional<string>" }]
|
|
2215
|
-
}
|
|
2230
|
+
{ "name": "input-aria-label", "values": [] }
|
|
2216
2231
|
],
|
|
2217
2232
|
"references": [
|
|
2218
2233
|
{
|
|
@@ -2221,58 +2236,6 @@
|
|
|
2221
2236
|
}
|
|
2222
2237
|
]
|
|
2223
2238
|
},
|
|
2224
|
-
{
|
|
2225
|
-
"name": "bm-radio-button",
|
|
2226
|
-
"description": "`bm-radio-button`\n\n### Attributes:\n- **label** - Specify the text for the label\n- **error** - Specify error text and display error state of a RadioButton\n- **readOnly** - Specify if RadioButton displays in a read-only state\n- **disabled** - Specify if RadioButton displays in a disabled state\n- **theme** - Specify the theme of the RadioButton. By default it inherits the theme from the parent\n- **value** - The value attribute for the input element\n- **checked** - The checked attribute for the input element\n- **onKeyDown** - A user-defined function to handle keydown events\n---\n",
|
|
2227
|
-
"attributes": [
|
|
2228
|
-
{
|
|
2229
|
-
"name": "label",
|
|
2230
|
-
"description": "Specify the text for the label",
|
|
2231
|
-
"values": []
|
|
2232
|
-
},
|
|
2233
|
-
{
|
|
2234
|
-
"name": "error",
|
|
2235
|
-
"description": "Specify error text and display error state of a RadioButton",
|
|
2236
|
-
"values": []
|
|
2237
|
-
},
|
|
2238
|
-
{
|
|
2239
|
-
"name": "readOnly",
|
|
2240
|
-
"description": "Specify if RadioButton displays in a read-only state",
|
|
2241
|
-
"values": []
|
|
2242
|
-
},
|
|
2243
|
-
{
|
|
2244
|
-
"name": "disabled",
|
|
2245
|
-
"description": "Specify if RadioButton displays in a disabled state",
|
|
2246
|
-
"values": []
|
|
2247
|
-
},
|
|
2248
|
-
{
|
|
2249
|
-
"name": "theme",
|
|
2250
|
-
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
2251
|
-
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
2252
|
-
},
|
|
2253
|
-
{
|
|
2254
|
-
"name": "value",
|
|
2255
|
-
"description": "The value attribute for the input element",
|
|
2256
|
-
"values": []
|
|
2257
|
-
},
|
|
2258
|
-
{
|
|
2259
|
-
"name": "checked",
|
|
2260
|
-
"description": "The checked attribute for the input element",
|
|
2261
|
-
"values": []
|
|
2262
|
-
},
|
|
2263
|
-
{
|
|
2264
|
-
"name": "onKeyDown",
|
|
2265
|
-
"description": "A user-defined function to handle keydown events",
|
|
2266
|
-
"values": [{ "name": "(event: KeyboardEvent) => void" }]
|
|
2267
|
-
}
|
|
2268
|
-
],
|
|
2269
|
-
"references": [
|
|
2270
|
-
{
|
|
2271
|
-
"name": "Storybook",
|
|
2272
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
|
|
2273
|
-
}
|
|
2274
|
-
]
|
|
2275
|
-
},
|
|
2276
2239
|
{
|
|
2277
2240
|
"name": "bm-switch",
|
|
2278
2241
|
"description": "`bm-switch`\n\n### Attributes:\n- **onText** - Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.\n- **offText** - Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.\n- **textPosition** - Specify the position of the side label\n- **readOnly** - Specify if Switch displays in a read-only state\n- **disabled** - Specify if Switch displays in a disabled state\n- **checked** \n- **value** - The value attribute for the input element\n---\n\n\n### **Slots:**\n - **onText** - Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.\n- **offText** - Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
@@ -2317,79 +2280,61 @@
|
|
|
2317
2280
|
]
|
|
2318
2281
|
},
|
|
2319
2282
|
{
|
|
2320
|
-
"name": "bm-text-
|
|
2321
|
-
"description": "`bm-text-
|
|
2283
|
+
"name": "bm-text-field",
|
|
2284
|
+
"description": "`bm-text-field`\n---\n\n\n### **Slots:**\n - **label** - Specify the label for TextField\n- **helper-text** - Specify the helper text for TextField\n- **content-after** - Specify content to display after input\n- **content-before** - Specify content to display before input",
|
|
2322
2285
|
"attributes": [
|
|
2323
|
-
{
|
|
2324
|
-
"name": "rows",
|
|
2325
|
-
"description": "Specify the height of TextArea",
|
|
2326
|
-
"values": [{ "name": "Optional<number>" }]
|
|
2327
|
-
},
|
|
2328
|
-
{
|
|
2329
|
-
"name": "cols",
|
|
2330
|
-
"description": "Specify the width of TextArea",
|
|
2331
|
-
"values": [{ "name": "Optional<number>" }]
|
|
2332
|
-
},
|
|
2333
2286
|
{
|
|
2334
2287
|
"name": "placeholder",
|
|
2335
|
-
"description": "Specify placeholder text for
|
|
2336
|
-
"values": [
|
|
2288
|
+
"description": "Specify placeholder text for TextField",
|
|
2289
|
+
"values": []
|
|
2337
2290
|
},
|
|
2338
2291
|
{
|
|
2339
2292
|
"name": "required",
|
|
2340
|
-
"description": "Specify if
|
|
2293
|
+
"description": "Specify if TextField is a required input",
|
|
2341
2294
|
"values": []
|
|
2342
2295
|
},
|
|
2343
2296
|
{
|
|
2344
2297
|
"name": "hideRequiredMarker",
|
|
2345
|
-
"description": "Specify if the
|
|
2298
|
+
"description": "Specify if the TextField displays with an asterisk",
|
|
2346
2299
|
"values": []
|
|
2347
2300
|
},
|
|
2348
2301
|
{
|
|
2349
2302
|
"name": "error",
|
|
2350
|
-
"description": "Specify error text and display error state of a
|
|
2351
|
-
"values": [
|
|
2303
|
+
"description": "Specify error text and display error state of a TextField",
|
|
2304
|
+
"values": []
|
|
2352
2305
|
},
|
|
2353
2306
|
{
|
|
2354
2307
|
"name": "readOnly",
|
|
2355
|
-
"description": "Specify if
|
|
2308
|
+
"description": "Specify if TextField displays in a read-only state",
|
|
2356
2309
|
"values": []
|
|
2357
2310
|
},
|
|
2358
2311
|
{
|
|
2359
2312
|
"name": "disabled",
|
|
2360
|
-
"description": "Specify if
|
|
2313
|
+
"description": "Specify if TextField displays in a disabled state",
|
|
2361
2314
|
"values": []
|
|
2362
2315
|
},
|
|
2363
2316
|
{
|
|
2364
2317
|
"name": "fluid",
|
|
2365
|
-
"description": "Specify if
|
|
2318
|
+
"description": "Specify if TextField is fluid",
|
|
2366
2319
|
"values": []
|
|
2367
2320
|
},
|
|
2368
2321
|
{
|
|
2369
2322
|
"name": "width",
|
|
2370
|
-
"description": "Specify the width of
|
|
2371
|
-
"values": [{ "name": "Optional<string>" }]
|
|
2372
|
-
},
|
|
2373
|
-
{
|
|
2374
|
-
"name": "hideResize",
|
|
2375
|
-
"description": "Specify if TextArea can be manually resized",
|
|
2323
|
+
"description": "Specify the width of TextField",
|
|
2376
2324
|
"values": []
|
|
2377
2325
|
},
|
|
2378
2326
|
{
|
|
2379
|
-
"name": "
|
|
2380
|
-
"description": "Specify
|
|
2381
|
-
"values": [{ "name": "Optional<number>" }]
|
|
2382
|
-
},
|
|
2383
|
-
{
|
|
2384
|
-
"name": "autoResize",
|
|
2385
|
-
"description": "Specify if the TextArea automatically resizes to fit the text",
|
|
2327
|
+
"name": "ellipse",
|
|
2328
|
+
"description": "Specify if overflow displays ellipsis",
|
|
2386
2329
|
"values": []
|
|
2387
2330
|
},
|
|
2388
2331
|
{
|
|
2389
2332
|
"name": "theme",
|
|
2390
|
-
"description": "Specify the theme of the
|
|
2391
|
-
"values": [{ "name": "
|
|
2333
|
+
"description": "Specify the theme of the TextField. By default it inherits the theme from the parent",
|
|
2334
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
2392
2335
|
},
|
|
2336
|
+
{ "name": "type", "values": [] },
|
|
2337
|
+
{ "name": "inputMode", "values": [] },
|
|
2393
2338
|
{ "name": "id", "values": [] },
|
|
2394
2339
|
{ "name": "name", "values": [] },
|
|
2395
2340
|
{ "name": "value", "values": [] },
|
|
@@ -2397,74 +2342,141 @@
|
|
|
2397
2342
|
"name": "validationRules",
|
|
2398
2343
|
"values": [{ "name": "Array<FormValidator>" }]
|
|
2399
2344
|
},
|
|
2345
|
+
{ "name": "input-aria-label", "values": [] }
|
|
2346
|
+
],
|
|
2347
|
+
"references": [
|
|
2348
|
+
{
|
|
2349
|
+
"name": "Storybook",
|
|
2350
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-textfield"
|
|
2351
|
+
}
|
|
2352
|
+
]
|
|
2353
|
+
},
|
|
2354
|
+
{
|
|
2355
|
+
"name": "bm-radio-button",
|
|
2356
|
+
"description": "`bm-radio-button`\n\n### Attributes:\n- **label** - Specify the text for the label\n- **error** - Specify error text and display error state of a RadioButton\n- **readOnly** - Specify if RadioButton displays in a read-only state\n- **disabled** - Specify if RadioButton displays in a disabled state\n- **theme** - Specify the theme of the RadioButton. By default it inherits the theme from the parent\n- **value** - The value attribute for the input element\n- **checked** - The checked attribute for the input element\n- **onKeyDown** - A user-defined function to handle keydown events\n---\n",
|
|
2357
|
+
"attributes": [
|
|
2358
|
+
{
|
|
2359
|
+
"name": "label",
|
|
2360
|
+
"description": "Specify the text for the label",
|
|
2361
|
+
"values": []
|
|
2362
|
+
},
|
|
2363
|
+
{
|
|
2364
|
+
"name": "error",
|
|
2365
|
+
"description": "Specify error text and display error state of a RadioButton",
|
|
2366
|
+
"values": []
|
|
2367
|
+
},
|
|
2368
|
+
{
|
|
2369
|
+
"name": "readOnly",
|
|
2370
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
2371
|
+
"values": []
|
|
2372
|
+
},
|
|
2373
|
+
{
|
|
2374
|
+
"name": "disabled",
|
|
2375
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
2376
|
+
"values": []
|
|
2377
|
+
},
|
|
2378
|
+
{
|
|
2379
|
+
"name": "theme",
|
|
2380
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
2381
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
2382
|
+
},
|
|
2383
|
+
{
|
|
2384
|
+
"name": "value",
|
|
2385
|
+
"description": "The value attribute for the input element",
|
|
2386
|
+
"values": []
|
|
2387
|
+
},
|
|
2388
|
+
{
|
|
2389
|
+
"name": "checked",
|
|
2390
|
+
"description": "The checked attribute for the input element",
|
|
2391
|
+
"values": []
|
|
2392
|
+
},
|
|
2400
2393
|
{
|
|
2401
|
-
"name": "
|
|
2402
|
-
"
|
|
2394
|
+
"name": "onKeyDown",
|
|
2395
|
+
"description": "A user-defined function to handle keydown events",
|
|
2396
|
+
"values": [{ "name": "(event: KeyboardEvent) => void" }]
|
|
2403
2397
|
}
|
|
2404
2398
|
],
|
|
2405
2399
|
"references": [
|
|
2406
2400
|
{
|
|
2407
2401
|
"name": "Storybook",
|
|
2408
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-
|
|
2402
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
|
|
2409
2403
|
}
|
|
2410
2404
|
]
|
|
2411
2405
|
},
|
|
2412
2406
|
{
|
|
2413
|
-
"name": "bm-text-
|
|
2414
|
-
"description": "`bm-text-
|
|
2407
|
+
"name": "bm-text-area",
|
|
2408
|
+
"description": "`bm-text-area`\n---\n\n\n### **Slots:**\n - **label** - Specify the label for TextArea\n- **helper-text** - Specify the helper text for TextArea",
|
|
2415
2409
|
"attributes": [
|
|
2410
|
+
{
|
|
2411
|
+
"name": "rows",
|
|
2412
|
+
"description": "Specify the height of TextArea",
|
|
2413
|
+
"values": []
|
|
2414
|
+
},
|
|
2415
|
+
{
|
|
2416
|
+
"name": "cols",
|
|
2417
|
+
"description": "Specify the width of TextArea",
|
|
2418
|
+
"values": []
|
|
2419
|
+
},
|
|
2416
2420
|
{
|
|
2417
2421
|
"name": "placeholder",
|
|
2418
|
-
"description": "Specify placeholder text for
|
|
2419
|
-
"values": [
|
|
2422
|
+
"description": "Specify placeholder text for TextArea",
|
|
2423
|
+
"values": []
|
|
2420
2424
|
},
|
|
2421
2425
|
{
|
|
2422
2426
|
"name": "required",
|
|
2423
|
-
"description": "Specify if
|
|
2427
|
+
"description": "Specify if TextArea is a required input",
|
|
2424
2428
|
"values": []
|
|
2425
2429
|
},
|
|
2426
2430
|
{
|
|
2427
2431
|
"name": "hideRequiredMarker",
|
|
2428
|
-
"description": "Specify if the
|
|
2432
|
+
"description": "Specify if the TextArea displays with an asterisk",
|
|
2429
2433
|
"values": []
|
|
2430
2434
|
},
|
|
2431
2435
|
{
|
|
2432
2436
|
"name": "error",
|
|
2433
|
-
"description": "Specify error text and display error state of a
|
|
2434
|
-
"values": [
|
|
2437
|
+
"description": "Specify error text and display error state of a TextArea",
|
|
2438
|
+
"values": []
|
|
2435
2439
|
},
|
|
2436
2440
|
{
|
|
2437
2441
|
"name": "readOnly",
|
|
2438
|
-
"description": "Specify if
|
|
2442
|
+
"description": "Specify if TextArea displays in a read-only state",
|
|
2439
2443
|
"values": []
|
|
2440
2444
|
},
|
|
2441
2445
|
{
|
|
2442
2446
|
"name": "disabled",
|
|
2443
|
-
"description": "Specify if
|
|
2447
|
+
"description": "Specify if TextArea displays in a disabled state",
|
|
2444
2448
|
"values": []
|
|
2445
2449
|
},
|
|
2446
2450
|
{
|
|
2447
2451
|
"name": "fluid",
|
|
2448
|
-
"description": "Specify if
|
|
2452
|
+
"description": "Specify if TextArea is fluid",
|
|
2449
2453
|
"values": []
|
|
2450
2454
|
},
|
|
2451
2455
|
{
|
|
2452
2456
|
"name": "width",
|
|
2453
|
-
"description": "Specify the width of
|
|
2454
|
-
"values": [
|
|
2457
|
+
"description": "Specify the width of TextArea",
|
|
2458
|
+
"values": []
|
|
2455
2459
|
},
|
|
2456
2460
|
{
|
|
2457
|
-
"name": "
|
|
2458
|
-
"description": "Specify if
|
|
2461
|
+
"name": "hideResize",
|
|
2462
|
+
"description": "Specify if TextArea can be manually resized",
|
|
2463
|
+
"values": []
|
|
2464
|
+
},
|
|
2465
|
+
{
|
|
2466
|
+
"name": "maxCount",
|
|
2467
|
+
"description": "Specify the maximum character count for the TextArea",
|
|
2468
|
+
"values": []
|
|
2469
|
+
},
|
|
2470
|
+
{
|
|
2471
|
+
"name": "autoResize",
|
|
2472
|
+
"description": "Specify if the TextArea automatically resizes to fit the text",
|
|
2459
2473
|
"values": []
|
|
2460
2474
|
},
|
|
2461
2475
|
{
|
|
2462
2476
|
"name": "theme",
|
|
2463
|
-
"description": "Specify the theme of the
|
|
2464
|
-
"values": [{ "name": "
|
|
2477
|
+
"description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
|
|
2478
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
2465
2479
|
},
|
|
2466
|
-
{ "name": "type", "values": [] },
|
|
2467
|
-
{ "name": "inputMode", "values": [] },
|
|
2468
2480
|
{ "name": "id", "values": [] },
|
|
2469
2481
|
{ "name": "name", "values": [] },
|
|
2470
2482
|
{ "name": "value", "values": [] },
|
|
@@ -2472,15 +2484,12 @@
|
|
|
2472
2484
|
"name": "validationRules",
|
|
2473
2485
|
"values": [{ "name": "Array<FormValidator>" }]
|
|
2474
2486
|
},
|
|
2475
|
-
{
|
|
2476
|
-
"name": "input-aria-label",
|
|
2477
|
-
"values": [{ "name": "Optional<string>" }]
|
|
2478
|
-
}
|
|
2487
|
+
{ "name": "input-aria-label", "values": [] }
|
|
2479
2488
|
],
|
|
2480
2489
|
"references": [
|
|
2481
2490
|
{
|
|
2482
2491
|
"name": "Storybook",
|
|
2483
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-
|
|
2492
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-textarea"
|
|
2484
2493
|
}
|
|
2485
2494
|
]
|
|
2486
2495
|
},
|
|
@@ -2544,10 +2553,7 @@
|
|
|
2544
2553
|
"name": "validationRules",
|
|
2545
2554
|
"values": [{ "name": "Array<FormValidator>" }]
|
|
2546
2555
|
},
|
|
2547
|
-
{
|
|
2548
|
-
"name": "input-aria-label",
|
|
2549
|
-
"values": [{ "name": "Optional<string>" }]
|
|
2550
|
-
}
|
|
2556
|
+
{ "name": "input-aria-label", "values": [] }
|
|
2551
2557
|
],
|
|
2552
2558
|
"references": [
|
|
2553
2559
|
{
|
|
@@ -2557,8 +2563,8 @@
|
|
|
2557
2563
|
]
|
|
2558
2564
|
},
|
|
2559
2565
|
{
|
|
2560
|
-
"name": "bm-
|
|
2561
|
-
"description": "
|
|
2566
|
+
"name": "bm-switch-group",
|
|
2567
|
+
"description": "`bm-switch-group`\n---\n\n\n### **Slots:**\n - **label** - Slot for the label of the SwitchGroup\n- **helperText** - Slot for the helper text of the SwitchGroup",
|
|
2562
2568
|
"attributes": [
|
|
2563
2569
|
{
|
|
2564
2570
|
"name": "theme",
|
|
@@ -2616,21 +2622,18 @@
|
|
|
2616
2622
|
"name": "validationRules",
|
|
2617
2623
|
"values": [{ "name": "Array<FormValidator>" }]
|
|
2618
2624
|
},
|
|
2619
|
-
{
|
|
2620
|
-
"name": "input-aria-label",
|
|
2621
|
-
"values": [{ "name": "Optional<string>" }]
|
|
2622
|
-
}
|
|
2625
|
+
{ "name": "input-aria-label", "values": [] }
|
|
2623
2626
|
],
|
|
2624
2627
|
"references": [
|
|
2625
2628
|
{
|
|
2626
2629
|
"name": "Storybook",
|
|
2627
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-
|
|
2630
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-switch"
|
|
2628
2631
|
}
|
|
2629
2632
|
]
|
|
2630
2633
|
},
|
|
2631
2634
|
{
|
|
2632
|
-
"name": "bm-
|
|
2633
|
-
"description": "
|
|
2635
|
+
"name": "bm-radio-button-group",
|
|
2636
|
+
"description": "\n---\n\n\n### **Slots:**\n - **label** - Add label text to the InputChoiceGroup\n- **helperText** - Add helper text to the InputChoiceGroup",
|
|
2634
2637
|
"attributes": [
|
|
2635
2638
|
{
|
|
2636
2639
|
"name": "theme",
|
|
@@ -2688,15 +2691,12 @@
|
|
|
2688
2691
|
"name": "validationRules",
|
|
2689
2692
|
"values": [{ "name": "Array<FormValidator>" }]
|
|
2690
2693
|
},
|
|
2691
|
-
{
|
|
2692
|
-
"name": "input-aria-label",
|
|
2693
|
-
"values": [{ "name": "Optional<string>" }]
|
|
2694
|
-
}
|
|
2694
|
+
{ "name": "input-aria-label", "values": [] }
|
|
2695
2695
|
],
|
|
2696
2696
|
"references": [
|
|
2697
2697
|
{
|
|
2698
2698
|
"name": "Storybook",
|
|
2699
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-
|
|
2699
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
|
|
2700
2700
|
}
|
|
2701
2701
|
]
|
|
2702
2702
|
}
|