@viasat/beam-web-components 2.41.0 → 2.43.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/Tooltip/Tooltip.js +217 -217
- package/custom-elements.json +3490 -3490
- package/local/Tooltip/Tooltip.js +443 -443
- package/package.json +6 -6
- package/vscode.html-custom-data.json +418 -418
|
@@ -62,37 +62,17 @@
|
|
|
62
62
|
]
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
|
-
"name": "bm-
|
|
66
|
-
"description": "`bm-
|
|
65
|
+
"name": "bm-badge-dot",
|
|
66
|
+
"description": "`bm-badge-dot`\n\n### Attributes:\n- **theme** - Specify the theme of the BadgeDot. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the BadgeDot\n- **emphasis** - Specify the emphasis of the BadgeDot\n- **overrideDotColor** - Overrides default dot color\n---\n\n\n### **Slots:**\n - **default** - Provide text for the BadgeDot",
|
|
67
67
|
"attributes": [
|
|
68
|
-
{
|
|
69
|
-
"name": "heading",
|
|
70
|
-
"description": "Specify the heading text for Alert",
|
|
71
|
-
"values": []
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"name": "body",
|
|
75
|
-
"description": "Specify the body text for Alert",
|
|
76
|
-
"values": []
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"name": "size",
|
|
80
|
-
"description": "Specify the size of the Alert",
|
|
81
|
-
"values": [{ "name": "sm" }, { "name": "md" }]
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"name": "fullWidth",
|
|
85
|
-
"description": "Specify if the Alert has no border radius",
|
|
86
|
-
"values": []
|
|
87
|
-
},
|
|
88
68
|
{
|
|
89
69
|
"name": "theme",
|
|
90
|
-
"description": "Specify the theme of the
|
|
70
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
91
71
|
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
92
72
|
},
|
|
93
73
|
{
|
|
94
74
|
"name": "appearance",
|
|
95
|
-
"description": "Specify the appearance of the
|
|
75
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
96
76
|
"values": [
|
|
97
77
|
{ "name": "infoPrimary" },
|
|
98
78
|
{ "name": "infoSecondary" },
|
|
@@ -102,35 +82,20 @@
|
|
|
102
82
|
]
|
|
103
83
|
},
|
|
104
84
|
{
|
|
105
|
-
"name": "
|
|
106
|
-
"description": "Specify
|
|
107
|
-
"values": []
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
"name": "hideIcon",
|
|
111
|
-
"description": "Specify if the icon displays on the Alert",
|
|
112
|
-
"values": []
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"name": "dismissible",
|
|
116
|
-
"description": "Specify if the Alert can be dismissed",
|
|
117
|
-
"values": []
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"name": "disableAutoFocus",
|
|
121
|
-
"description": "Prevent autofocus on show",
|
|
122
|
-
"values": []
|
|
85
|
+
"name": "emphasis",
|
|
86
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
87
|
+
"values": [{ "name": "strong" }, { "name": "subtle" }]
|
|
123
88
|
},
|
|
124
89
|
{
|
|
125
|
-
"name": "
|
|
126
|
-
"description": "
|
|
90
|
+
"name": "overrideDotColor",
|
|
91
|
+
"description": "Overrides default dot color",
|
|
127
92
|
"values": []
|
|
128
93
|
}
|
|
129
94
|
],
|
|
130
95
|
"references": [
|
|
131
96
|
{
|
|
132
97
|
"name": "Storybook",
|
|
133
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-
|
|
98
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
|
|
134
99
|
}
|
|
135
100
|
]
|
|
136
101
|
},
|
|
@@ -177,203 +142,6 @@
|
|
|
177
142
|
}
|
|
178
143
|
]
|
|
179
144
|
},
|
|
180
|
-
{
|
|
181
|
-
"name": "bm-badge-dot",
|
|
182
|
-
"description": "`bm-badge-dot`\n\n### Attributes:\n- **theme** - Specify the theme of the BadgeDot. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the BadgeDot\n- **emphasis** - Specify the emphasis of the BadgeDot\n- **overrideDotColor** - Overrides default dot color\n---\n\n\n### **Slots:**\n - **default** - Provide text for the BadgeDot",
|
|
183
|
-
"attributes": [
|
|
184
|
-
{
|
|
185
|
-
"name": "theme",
|
|
186
|
-
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
187
|
-
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"name": "appearance",
|
|
191
|
-
"description": "Specify the appearance of the BadgeDot",
|
|
192
|
-
"values": [
|
|
193
|
-
{ "name": "infoPrimary" },
|
|
194
|
-
{ "name": "infoSecondary" },
|
|
195
|
-
{ "name": "positive" },
|
|
196
|
-
{ "name": "warning" },
|
|
197
|
-
{ "name": "negative" }
|
|
198
|
-
]
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
"name": "emphasis",
|
|
202
|
-
"description": "Specify the emphasis of the BadgeDot",
|
|
203
|
-
"values": [{ "name": "strong" }, { "name": "subtle" }]
|
|
204
|
-
},
|
|
205
|
-
{
|
|
206
|
-
"name": "overrideDotColor",
|
|
207
|
-
"description": "Overrides default dot color",
|
|
208
|
-
"values": []
|
|
209
|
-
}
|
|
210
|
-
],
|
|
211
|
-
"references": [
|
|
212
|
-
{
|
|
213
|
-
"name": "Storybook",
|
|
214
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
|
|
215
|
-
}
|
|
216
|
-
]
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
"name": "bm-avatar",
|
|
220
|
-
"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",
|
|
221
|
-
"attributes": [
|
|
222
|
-
{
|
|
223
|
-
"name": "appearance",
|
|
224
|
-
"description": "Specify the appearance of the Avatar",
|
|
225
|
-
"values": [{ "name": "accent" }, { "name": "neutral" }]
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"name": "name",
|
|
229
|
-
"description": "Specify a name to display initials in the Avatar",
|
|
230
|
-
"values": []
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
"name": "src",
|
|
234
|
-
"description": "Pass an image to the Avatar",
|
|
235
|
-
"values": []
|
|
236
|
-
},
|
|
237
|
-
{ "name": "alt", "description": "Specify alt for image", "values": [] },
|
|
238
|
-
{
|
|
239
|
-
"name": "size",
|
|
240
|
-
"description": "Specify the size of the Avatar",
|
|
241
|
-
"values": [
|
|
242
|
-
{ "name": "xs" },
|
|
243
|
-
{ "name": "sm" },
|
|
244
|
-
{ "name": "md" },
|
|
245
|
-
{ "name": "lg" },
|
|
246
|
-
{ "name": "xl" }
|
|
247
|
-
]
|
|
248
|
-
},
|
|
249
|
-
{
|
|
250
|
-
"name": "disabled",
|
|
251
|
-
"description": "Specify if the Avatar is disabled",
|
|
252
|
-
"values": []
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"name": "shape",
|
|
256
|
-
"description": "Specify the shape of the Avatar",
|
|
257
|
-
"values": [{ "name": "circle" }, { "name": "square" }]
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
"name": "isInteractive",
|
|
261
|
-
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
262
|
-
"values": []
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"name": "isFocusable",
|
|
266
|
-
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
267
|
-
"values": []
|
|
268
|
-
},
|
|
269
|
-
{ "name": "withBorder", "values": [] }
|
|
270
|
-
],
|
|
271
|
-
"references": [
|
|
272
|
-
{
|
|
273
|
-
"name": "Storybook",
|
|
274
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
|
|
275
|
-
}
|
|
276
|
-
]
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
"name": "bm-avatar-group",
|
|
280
|
-
"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",
|
|
281
|
-
"attributes": [
|
|
282
|
-
{
|
|
283
|
-
"name": "wrapping",
|
|
284
|
-
"description": "Specify if the AvatarGroup wraps",
|
|
285
|
-
"values": []
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
"name": "maxCount",
|
|
289
|
-
"description": "Specify the max number of avatars displayed in the group.",
|
|
290
|
-
"values": []
|
|
291
|
-
},
|
|
292
|
-
{
|
|
293
|
-
"name": "size",
|
|
294
|
-
"description": "Specify the size of all Avatars",
|
|
295
|
-
"values": [
|
|
296
|
-
{ "name": "xs" },
|
|
297
|
-
{ "name": "sm" },
|
|
298
|
-
{ "name": "md" },
|
|
299
|
-
{ "name": "lg" },
|
|
300
|
-
{ "name": "xl" }
|
|
301
|
-
]
|
|
302
|
-
},
|
|
303
|
-
{
|
|
304
|
-
"name": "layout",
|
|
305
|
-
"description": "Specify the kind of the group.",
|
|
306
|
-
"values": [{ "name": "stacked" }, { "name": "spaced" }]
|
|
307
|
-
}
|
|
308
|
-
],
|
|
309
|
-
"references": [
|
|
310
|
-
{
|
|
311
|
-
"name": "Storybook",
|
|
312
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
|
|
313
|
-
}
|
|
314
|
-
]
|
|
315
|
-
},
|
|
316
|
-
{
|
|
317
|
-
"name": "bm-breadcrumb",
|
|
318
|
-
"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",
|
|
319
|
-
"attributes": [
|
|
320
|
-
{
|
|
321
|
-
"name": "wrap",
|
|
322
|
-
"description": "Specify if items wrap or collapse to an ellipsis",
|
|
323
|
-
"values": []
|
|
324
|
-
},
|
|
325
|
-
{
|
|
326
|
-
"name": "itemsBeforeCollapse",
|
|
327
|
-
"description": "Specify how many items show before ellipsis",
|
|
328
|
-
"values": []
|
|
329
|
-
},
|
|
330
|
-
{
|
|
331
|
-
"name": "itemsAfterCollapse",
|
|
332
|
-
"description": "Specify how many items show after ellipsis",
|
|
333
|
-
"values": []
|
|
334
|
-
},
|
|
335
|
-
{
|
|
336
|
-
"name": "theme",
|
|
337
|
-
"description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
|
|
338
|
-
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
339
|
-
}
|
|
340
|
-
],
|
|
341
|
-
"references": [
|
|
342
|
-
{
|
|
343
|
-
"name": "Storybook",
|
|
344
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
|
|
345
|
-
}
|
|
346
|
-
]
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
"name": "bm-breadcrumb-item",
|
|
350
|
-
"description": "`bm-breadcrumb-item`\n\n### Attributes:\n- **href** - Pass href to an item\n- **clickable** - Specify if the item is interactive without an href\n- **truncationWidth** - Specify truncation width of the items. Sets max-width for all items but the last.\n- **isCurrent** - Specify explicitly if the item is the last one\n- **isCollapsed** \n---\n\n\n### **Slots:**\n - **default** - Pass text to an item\n- **icon** - Pass icon to an item",
|
|
351
|
-
"attributes": [
|
|
352
|
-
{ "name": "href", "description": "Pass href to an item", "values": [] },
|
|
353
|
-
{
|
|
354
|
-
"name": "clickable",
|
|
355
|
-
"description": "Specify if the item is interactive without an href",
|
|
356
|
-
"values": []
|
|
357
|
-
},
|
|
358
|
-
{
|
|
359
|
-
"name": "truncationWidth",
|
|
360
|
-
"description": "Specify truncation width of the items. Sets max-width for all items but the last.",
|
|
361
|
-
"values": []
|
|
362
|
-
},
|
|
363
|
-
{
|
|
364
|
-
"name": "isCurrent",
|
|
365
|
-
"description": "Specify explicitly if the item is the last one",
|
|
366
|
-
"values": []
|
|
367
|
-
},
|
|
368
|
-
{ "name": "isCollapsed", "values": [] }
|
|
369
|
-
],
|
|
370
|
-
"references": [
|
|
371
|
-
{
|
|
372
|
-
"name": "Storybook",
|
|
373
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
|
|
374
|
-
}
|
|
375
|
-
]
|
|
376
|
-
},
|
|
377
145
|
{
|
|
378
146
|
"name": "bm-box",
|
|
379
147
|
"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",
|
|
@@ -739,41 +507,102 @@
|
|
|
739
507
|
]
|
|
740
508
|
},
|
|
741
509
|
{
|
|
742
|
-
"name": "gap",
|
|
743
|
-
"description": "Specify gap between child elements",
|
|
744
|
-
"values": [
|
|
745
|
-
{ "name": "0" },
|
|
746
|
-
{ "name": "12" },
|
|
747
|
-
{ "name": "25" },
|
|
748
|
-
{ "name": "50" },
|
|
749
|
-
{ "name": "75" },
|
|
750
|
-
{ "name": "100" },
|
|
751
|
-
{ "name": "125" },
|
|
752
|
-
{ "name": "150" },
|
|
753
|
-
{ "name": "200" },
|
|
754
|
-
{ "name": "300" },
|
|
755
|
-
{ "name": "400" },
|
|
756
|
-
{ "name": "500" },
|
|
757
|
-
{ "name": "700" },
|
|
758
|
-
{ "name": "800" }
|
|
759
|
-
]
|
|
510
|
+
"name": "gap",
|
|
511
|
+
"description": "Specify gap between child elements",
|
|
512
|
+
"values": [
|
|
513
|
+
{ "name": "0" },
|
|
514
|
+
{ "name": "12" },
|
|
515
|
+
{ "name": "25" },
|
|
516
|
+
{ "name": "50" },
|
|
517
|
+
{ "name": "75" },
|
|
518
|
+
{ "name": "100" },
|
|
519
|
+
{ "name": "125" },
|
|
520
|
+
{ "name": "150" },
|
|
521
|
+
{ "name": "200" },
|
|
522
|
+
{ "name": "300" },
|
|
523
|
+
{ "name": "400" },
|
|
524
|
+
{ "name": "500" },
|
|
525
|
+
{ "name": "700" },
|
|
526
|
+
{ "name": "800" }
|
|
527
|
+
]
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"name": "shadow",
|
|
531
|
+
"description": "Specify if a Box has a shadow",
|
|
532
|
+
"values": [
|
|
533
|
+
{ "name": "sm" },
|
|
534
|
+
{ "name": "md" },
|
|
535
|
+
{ "name": "lg" },
|
|
536
|
+
{ "name": "none" },
|
|
537
|
+
{ "name": "overlay" }
|
|
538
|
+
]
|
|
539
|
+
}
|
|
540
|
+
],
|
|
541
|
+
"references": [
|
|
542
|
+
{
|
|
543
|
+
"name": "Storybook",
|
|
544
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-box"
|
|
545
|
+
}
|
|
546
|
+
]
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"name": "bm-breadcrumb",
|
|
550
|
+
"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",
|
|
551
|
+
"attributes": [
|
|
552
|
+
{
|
|
553
|
+
"name": "wrap",
|
|
554
|
+
"description": "Specify if items wrap or collapse to an ellipsis",
|
|
555
|
+
"values": []
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"name": "itemsBeforeCollapse",
|
|
559
|
+
"description": "Specify how many items show before ellipsis",
|
|
560
|
+
"values": []
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"name": "itemsAfterCollapse",
|
|
564
|
+
"description": "Specify how many items show after ellipsis",
|
|
565
|
+
"values": []
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"name": "theme",
|
|
569
|
+
"description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
|
|
570
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
571
|
+
}
|
|
572
|
+
],
|
|
573
|
+
"references": [
|
|
574
|
+
{
|
|
575
|
+
"name": "Storybook",
|
|
576
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
|
|
577
|
+
}
|
|
578
|
+
]
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"name": "bm-breadcrumb-item",
|
|
582
|
+
"description": "`bm-breadcrumb-item`\n\n### Attributes:\n- **href** - Pass href to an item\n- **clickable** - Specify if the item is interactive without an href\n- **truncationWidth** - Specify truncation width of the items. Sets max-width for all items but the last.\n- **isCurrent** - Specify explicitly if the item is the last one\n- **isCollapsed** \n---\n\n\n### **Slots:**\n - **default** - Pass text to an item\n- **icon** - Pass icon to an item",
|
|
583
|
+
"attributes": [
|
|
584
|
+
{ "name": "href", "description": "Pass href to an item", "values": [] },
|
|
585
|
+
{
|
|
586
|
+
"name": "clickable",
|
|
587
|
+
"description": "Specify if the item is interactive without an href",
|
|
588
|
+
"values": []
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"name": "truncationWidth",
|
|
592
|
+
"description": "Specify truncation width of the items. Sets max-width for all items but the last.",
|
|
593
|
+
"values": []
|
|
760
594
|
},
|
|
761
595
|
{
|
|
762
|
-
"name": "
|
|
763
|
-
"description": "Specify if
|
|
764
|
-
"values": [
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
{ "name": "lg" },
|
|
768
|
-
{ "name": "none" },
|
|
769
|
-
{ "name": "overlay" }
|
|
770
|
-
]
|
|
771
|
-
}
|
|
596
|
+
"name": "isCurrent",
|
|
597
|
+
"description": "Specify explicitly if the item is the last one",
|
|
598
|
+
"values": []
|
|
599
|
+
},
|
|
600
|
+
{ "name": "isCollapsed", "values": [] }
|
|
772
601
|
],
|
|
773
602
|
"references": [
|
|
774
603
|
{
|
|
775
604
|
"name": "Storybook",
|
|
776
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-
|
|
605
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
|
|
777
606
|
}
|
|
778
607
|
]
|
|
779
608
|
},
|
|
@@ -845,6 +674,177 @@
|
|
|
845
674
|
}
|
|
846
675
|
]
|
|
847
676
|
},
|
|
677
|
+
{
|
|
678
|
+
"name": "bm-alert",
|
|
679
|
+
"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",
|
|
680
|
+
"attributes": [
|
|
681
|
+
{
|
|
682
|
+
"name": "heading",
|
|
683
|
+
"description": "Specify the heading text for Alert",
|
|
684
|
+
"values": []
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"name": "body",
|
|
688
|
+
"description": "Specify the body text for Alert",
|
|
689
|
+
"values": []
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"name": "size",
|
|
693
|
+
"description": "Specify the size of the Alert",
|
|
694
|
+
"values": [{ "name": "sm" }, { "name": "md" }]
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"name": "fullWidth",
|
|
698
|
+
"description": "Specify if the Alert has no border radius",
|
|
699
|
+
"values": []
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"name": "theme",
|
|
703
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
704
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"name": "appearance",
|
|
708
|
+
"description": "Specify the appearance of the Alert",
|
|
709
|
+
"values": [
|
|
710
|
+
{ "name": "infoPrimary" },
|
|
711
|
+
{ "name": "infoSecondary" },
|
|
712
|
+
{ "name": "positive" },
|
|
713
|
+
{ "name": "warning" },
|
|
714
|
+
{ "name": "negative" }
|
|
715
|
+
]
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"name": "hidden",
|
|
719
|
+
"description": "Specify if the Alert is hidden",
|
|
720
|
+
"values": []
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"name": "hideIcon",
|
|
724
|
+
"description": "Specify if the icon displays on the Alert",
|
|
725
|
+
"values": []
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"name": "dismissible",
|
|
729
|
+
"description": "Specify if the Alert can be dismissed",
|
|
730
|
+
"values": []
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"name": "disableAutoFocus",
|
|
734
|
+
"description": "Prevent autofocus on show",
|
|
735
|
+
"values": []
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"name": "disableCloseOnEscape",
|
|
739
|
+
"description": "Prevent Escape from closing",
|
|
740
|
+
"values": []
|
|
741
|
+
}
|
|
742
|
+
],
|
|
743
|
+
"references": [
|
|
744
|
+
{
|
|
745
|
+
"name": "Storybook",
|
|
746
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
|
|
747
|
+
}
|
|
748
|
+
]
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"name": "bm-avatar",
|
|
752
|
+
"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",
|
|
753
|
+
"attributes": [
|
|
754
|
+
{
|
|
755
|
+
"name": "appearance",
|
|
756
|
+
"description": "Specify the appearance of the Avatar",
|
|
757
|
+
"values": [{ "name": "accent" }, { "name": "neutral" }]
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"name": "name",
|
|
761
|
+
"description": "Specify a name to display initials in the Avatar",
|
|
762
|
+
"values": []
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"name": "src",
|
|
766
|
+
"description": "Pass an image to the Avatar",
|
|
767
|
+
"values": []
|
|
768
|
+
},
|
|
769
|
+
{ "name": "alt", "description": "Specify alt for image", "values": [] },
|
|
770
|
+
{
|
|
771
|
+
"name": "size",
|
|
772
|
+
"description": "Specify the size of the Avatar",
|
|
773
|
+
"values": [
|
|
774
|
+
{ "name": "xs" },
|
|
775
|
+
{ "name": "sm" },
|
|
776
|
+
{ "name": "md" },
|
|
777
|
+
{ "name": "lg" },
|
|
778
|
+
{ "name": "xl" }
|
|
779
|
+
]
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"name": "disabled",
|
|
783
|
+
"description": "Specify if the Avatar is disabled",
|
|
784
|
+
"values": []
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"name": "shape",
|
|
788
|
+
"description": "Specify the shape of the Avatar",
|
|
789
|
+
"values": [{ "name": "circle" }, { "name": "square" }]
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"name": "isInteractive",
|
|
793
|
+
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
794
|
+
"values": []
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
"name": "isFocusable",
|
|
798
|
+
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
799
|
+
"values": []
|
|
800
|
+
},
|
|
801
|
+
{ "name": "withBorder", "values": [] }
|
|
802
|
+
],
|
|
803
|
+
"references": [
|
|
804
|
+
{
|
|
805
|
+
"name": "Storybook",
|
|
806
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
|
|
807
|
+
}
|
|
808
|
+
]
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"name": "bm-avatar-group",
|
|
812
|
+
"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",
|
|
813
|
+
"attributes": [
|
|
814
|
+
{
|
|
815
|
+
"name": "wrapping",
|
|
816
|
+
"description": "Specify if the AvatarGroup wraps",
|
|
817
|
+
"values": []
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"name": "maxCount",
|
|
821
|
+
"description": "Specify the max number of avatars displayed in the group.",
|
|
822
|
+
"values": []
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"name": "size",
|
|
826
|
+
"description": "Specify the size of all Avatars",
|
|
827
|
+
"values": [
|
|
828
|
+
{ "name": "xs" },
|
|
829
|
+
{ "name": "sm" },
|
|
830
|
+
{ "name": "md" },
|
|
831
|
+
{ "name": "lg" },
|
|
832
|
+
{ "name": "xl" }
|
|
833
|
+
]
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"name": "layout",
|
|
837
|
+
"description": "Specify the kind of the group.",
|
|
838
|
+
"values": [{ "name": "stacked" }, { "name": "spaced" }]
|
|
839
|
+
}
|
|
840
|
+
],
|
|
841
|
+
"references": [
|
|
842
|
+
{
|
|
843
|
+
"name": "Storybook",
|
|
844
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
|
|
845
|
+
}
|
|
846
|
+
]
|
|
847
|
+
},
|
|
848
848
|
{
|
|
849
849
|
"name": "bm-close-button",
|
|
850
850
|
"description": "`bm-close-button`\n\n### Attributes:\n- **size** - Specify the size of the CloseButton\n- **disabled** - Specify if the CloseButton is disabled\n---\n",
|
|
@@ -1882,30 +1882,75 @@
|
|
|
1882
1882
|
"values": []
|
|
1883
1883
|
},
|
|
1884
1884
|
{
|
|
1885
|
-
"name": "readOnly",
|
|
1886
|
-
"description": "Specify if Checkbox displays in a read-only state",
|
|
1887
|
-
"values": []
|
|
1885
|
+
"name": "readOnly",
|
|
1886
|
+
"description": "Specify if Checkbox displays in a read-only state",
|
|
1887
|
+
"values": []
|
|
1888
|
+
},
|
|
1889
|
+
{
|
|
1890
|
+
"name": "indeterminate",
|
|
1891
|
+
"description": "Specify if Checkbox displays in an indeterminate state",
|
|
1892
|
+
"values": []
|
|
1893
|
+
},
|
|
1894
|
+
{
|
|
1895
|
+
"name": "disabled",
|
|
1896
|
+
"description": "Specify if Checkbox displays in disabled state",
|
|
1897
|
+
"values": []
|
|
1898
|
+
},
|
|
1899
|
+
{
|
|
1900
|
+
"name": "checked",
|
|
1901
|
+
"description": "Specify if Checkbox is checked",
|
|
1902
|
+
"values": []
|
|
1903
|
+
}
|
|
1904
|
+
],
|
|
1905
|
+
"references": [
|
|
1906
|
+
{
|
|
1907
|
+
"name": "Storybook",
|
|
1908
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-checkbox"
|
|
1909
|
+
}
|
|
1910
|
+
]
|
|
1911
|
+
},
|
|
1912
|
+
{
|
|
1913
|
+
"name": "bm-form",
|
|
1914
|
+
"description": "`bm-form`\n---\n\n\n### **Events:**\n - **submit** - Validates the inputs and submits the form\n\n### **Slots:**\n - **slot** - Add controls to the Form",
|
|
1915
|
+
"attributes": [
|
|
1916
|
+
{
|
|
1917
|
+
"name": "validationMode",
|
|
1918
|
+
"description": "Specify if validation runs on change or when loosing focus",
|
|
1919
|
+
"values": [
|
|
1920
|
+
{ "name": "onChange" },
|
|
1921
|
+
{ "name": "onBlur" },
|
|
1922
|
+
{ "name": "onSubmit" }
|
|
1923
|
+
]
|
|
1924
|
+
},
|
|
1925
|
+
{
|
|
1926
|
+
"name": "initialValues",
|
|
1927
|
+
"description": "Specify initial values on Form controls based on their names",
|
|
1928
|
+
"values": [{ "name": "Record<string" }, { "name": "FormValue>" }]
|
|
1888
1929
|
},
|
|
1889
1930
|
{
|
|
1890
|
-
"name": "
|
|
1891
|
-
"description": "Specify if
|
|
1931
|
+
"name": "required",
|
|
1932
|
+
"description": "Specify if input is a required",
|
|
1892
1933
|
"values": []
|
|
1893
1934
|
},
|
|
1894
1935
|
{
|
|
1895
1936
|
"name": "disabled",
|
|
1896
|
-
"description": "Specify if
|
|
1937
|
+
"description": "Specify if input is a disabled",
|
|
1897
1938
|
"values": []
|
|
1898
1939
|
},
|
|
1899
1940
|
{
|
|
1900
|
-
"name": "
|
|
1901
|
-
"description": "Specify if
|
|
1941
|
+
"name": "readOnly",
|
|
1942
|
+
"description": "Specify if input is a read only",
|
|
1902
1943
|
"values": []
|
|
1903
|
-
}
|
|
1944
|
+
},
|
|
1945
|
+
{ "name": "action", "values": [] },
|
|
1946
|
+
{ "name": "method", "values": [] },
|
|
1947
|
+
{ "name": "target", "values": [] },
|
|
1948
|
+
{ "name": "enctype", "values": [] }
|
|
1904
1949
|
],
|
|
1905
1950
|
"references": [
|
|
1906
1951
|
{
|
|
1907
1952
|
"name": "Storybook",
|
|
1908
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-
|
|
1953
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-form"
|
|
1909
1954
|
}
|
|
1910
1955
|
]
|
|
1911
1956
|
},
|
|
@@ -2217,169 +2262,167 @@
|
|
|
2217
2262
|
]
|
|
2218
2263
|
},
|
|
2219
2264
|
{
|
|
2220
|
-
"name": "bm-
|
|
2221
|
-
"description": "`bm-
|
|
2265
|
+
"name": "bm-switch",
|
|
2266
|
+
"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.",
|
|
2222
2267
|
"attributes": [
|
|
2223
2268
|
{
|
|
2224
|
-
"name": "
|
|
2225
|
-
"description": "Specify
|
|
2269
|
+
"name": "onText",
|
|
2270
|
+
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
2226
2271
|
"values": []
|
|
2227
2272
|
},
|
|
2228
2273
|
{
|
|
2229
|
-
"name": "
|
|
2230
|
-
"description": "Specify
|
|
2274
|
+
"name": "offText",
|
|
2275
|
+
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
2231
2276
|
"values": []
|
|
2232
2277
|
},
|
|
2233
2278
|
{
|
|
2234
|
-
"name": "
|
|
2235
|
-
"description": "Specify
|
|
2236
|
-
"values": []
|
|
2279
|
+
"name": "textPosition",
|
|
2280
|
+
"description": "Specify the position of the side label",
|
|
2281
|
+
"values": [{ "name": "before" }, { "name": "after" }]
|
|
2237
2282
|
},
|
|
2238
2283
|
{
|
|
2239
|
-
"name": "
|
|
2240
|
-
"description": "Specify
|
|
2284
|
+
"name": "readOnly",
|
|
2285
|
+
"description": "Specify if Switch displays in a read-only state",
|
|
2241
2286
|
"values": []
|
|
2242
2287
|
},
|
|
2243
2288
|
{
|
|
2244
|
-
"name": "
|
|
2245
|
-
"description": "Specify if
|
|
2289
|
+
"name": "disabled",
|
|
2290
|
+
"description": "Specify if Switch displays in a disabled state",
|
|
2246
2291
|
"values": []
|
|
2247
2292
|
},
|
|
2293
|
+
{ "name": "checked", "values": [] },
|
|
2248
2294
|
{
|
|
2249
|
-
"name": "
|
|
2250
|
-
"description": "
|
|
2251
|
-
"values": [
|
|
2295
|
+
"name": "value",
|
|
2296
|
+
"description": "The value attribute for the input element",
|
|
2297
|
+
"values": []
|
|
2298
|
+
}
|
|
2299
|
+
],
|
|
2300
|
+
"references": [
|
|
2301
|
+
{
|
|
2302
|
+
"name": "Storybook",
|
|
2303
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-switch"
|
|
2304
|
+
}
|
|
2305
|
+
]
|
|
2306
|
+
},
|
|
2307
|
+
{
|
|
2308
|
+
"name": "bm-radio-button",
|
|
2309
|
+
"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",
|
|
2310
|
+
"attributes": [
|
|
2311
|
+
{
|
|
2312
|
+
"name": "label",
|
|
2313
|
+
"description": "Specify the text for the label",
|
|
2314
|
+
"values": []
|
|
2252
2315
|
},
|
|
2253
2316
|
{
|
|
2254
|
-
"name": "
|
|
2255
|
-
"description": "Specify
|
|
2317
|
+
"name": "error",
|
|
2318
|
+
"description": "Specify error text and display error state of a RadioButton",
|
|
2256
2319
|
"values": []
|
|
2257
2320
|
},
|
|
2258
2321
|
{
|
|
2259
|
-
"name": "
|
|
2260
|
-
"description": "Specify if
|
|
2322
|
+
"name": "readOnly",
|
|
2323
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
2261
2324
|
"values": []
|
|
2262
2325
|
},
|
|
2263
2326
|
{
|
|
2264
|
-
"name": "
|
|
2265
|
-
"description": "Specify if
|
|
2327
|
+
"name": "disabled",
|
|
2328
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
2266
2329
|
"values": []
|
|
2267
2330
|
},
|
|
2268
2331
|
{
|
|
2269
2332
|
"name": "theme",
|
|
2270
|
-
"description": "Specify the theme of the
|
|
2333
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
2271
2334
|
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
2272
2335
|
},
|
|
2273
|
-
{ "name": "id", "values": [] },
|
|
2274
|
-
{ "name": "name", "values": [] },
|
|
2275
|
-
{ "name": "value", "values": [] },
|
|
2276
2336
|
{
|
|
2277
|
-
"name": "
|
|
2278
|
-
"
|
|
2337
|
+
"name": "value",
|
|
2338
|
+
"description": "The value attribute for the input element",
|
|
2339
|
+
"values": []
|
|
2279
2340
|
},
|
|
2280
|
-
{
|
|
2341
|
+
{
|
|
2342
|
+
"name": "checked",
|
|
2343
|
+
"description": "The checked attribute for the input element",
|
|
2344
|
+
"values": []
|
|
2345
|
+
},
|
|
2346
|
+
{
|
|
2347
|
+
"name": "onKeyDown",
|
|
2348
|
+
"description": "A user-defined function to handle keydown events",
|
|
2349
|
+
"values": [{ "name": "(event: KeyboardEvent) => void" }]
|
|
2350
|
+
}
|
|
2281
2351
|
],
|
|
2282
2352
|
"references": [
|
|
2283
2353
|
{
|
|
2284
2354
|
"name": "Storybook",
|
|
2285
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-
|
|
2355
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
|
|
2286
2356
|
}
|
|
2287
2357
|
]
|
|
2288
2358
|
},
|
|
2289
2359
|
{
|
|
2290
|
-
"name": "bm-
|
|
2291
|
-
"description": "`bm-
|
|
2360
|
+
"name": "bm-native-select",
|
|
2361
|
+
"description": "`bm-native-select`\n---\n\n\n### **Slots:**\n - **slot** - Specify Options for NativeSelect\n- **label** - Specify Label for NativeSelect\n- **helper-text** - Specify HelperText for NativeSelect",
|
|
2292
2362
|
"attributes": [
|
|
2293
2363
|
{
|
|
2294
|
-
"name": "
|
|
2295
|
-
"description": "Specify if
|
|
2296
|
-
"values": [
|
|
2297
|
-
{ "name": "onChange" },
|
|
2298
|
-
{ "name": "onBlur" },
|
|
2299
|
-
{ "name": "onSubmit" }
|
|
2300
|
-
]
|
|
2301
|
-
},
|
|
2302
|
-
{
|
|
2303
|
-
"name": "initialValues",
|
|
2304
|
-
"description": "Specify initial values on Form controls based on their names",
|
|
2305
|
-
"values": [{ "name": "Record<string" }, { "name": "FormValue>" }]
|
|
2364
|
+
"name": "required",
|
|
2365
|
+
"description": "Specify if NativeSelect is a required input",
|
|
2366
|
+
"values": []
|
|
2306
2367
|
},
|
|
2307
2368
|
{
|
|
2308
|
-
"name": "
|
|
2309
|
-
"description": "Specify if
|
|
2369
|
+
"name": "readOnly",
|
|
2370
|
+
"description": "Specify if NativeSelect displays in a read-only state",
|
|
2310
2371
|
"values": []
|
|
2311
2372
|
},
|
|
2312
2373
|
{
|
|
2313
2374
|
"name": "disabled",
|
|
2314
|
-
"description": "Specify if
|
|
2375
|
+
"description": "Specify if NativeSelect displays in a disabled state",
|
|
2315
2376
|
"values": []
|
|
2316
2377
|
},
|
|
2317
2378
|
{
|
|
2318
|
-
"name": "
|
|
2319
|
-
"description": "Specify
|
|
2379
|
+
"name": "error",
|
|
2380
|
+
"description": "Specify error text and display error state of a NativeSelect",
|
|
2320
2381
|
"values": []
|
|
2321
2382
|
},
|
|
2322
|
-
{ "name": "action", "values": [] },
|
|
2323
|
-
{ "name": "method", "values": [] },
|
|
2324
|
-
{ "name": "target", "values": [] },
|
|
2325
|
-
{ "name": "enctype", "values": [] }
|
|
2326
|
-
],
|
|
2327
|
-
"references": [
|
|
2328
|
-
{
|
|
2329
|
-
"name": "Storybook",
|
|
2330
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-form"
|
|
2331
|
-
}
|
|
2332
|
-
]
|
|
2333
|
-
},
|
|
2334
|
-
{
|
|
2335
|
-
"name": "bm-radio-button",
|
|
2336
|
-
"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",
|
|
2337
|
-
"attributes": [
|
|
2338
2383
|
{
|
|
2339
|
-
"name": "
|
|
2340
|
-
"description": "Specify
|
|
2384
|
+
"name": "fluid",
|
|
2385
|
+
"description": "Specify if NativeSelect is fluid",
|
|
2341
2386
|
"values": []
|
|
2342
2387
|
},
|
|
2343
2388
|
{
|
|
2344
|
-
"name": "
|
|
2345
|
-
"description": "Specify
|
|
2389
|
+
"name": "size",
|
|
2390
|
+
"description": "Specify the size of NativeSelect",
|
|
2391
|
+
"values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
|
|
2392
|
+
},
|
|
2393
|
+
{
|
|
2394
|
+
"name": "width",
|
|
2395
|
+
"description": "Specify the width of NativeSelect",
|
|
2346
2396
|
"values": []
|
|
2347
2397
|
},
|
|
2348
2398
|
{
|
|
2349
|
-
"name": "
|
|
2350
|
-
"description": "Specify if
|
|
2399
|
+
"name": "ellipse",
|
|
2400
|
+
"description": "Specify if overflow displays ellipsis",
|
|
2351
2401
|
"values": []
|
|
2352
2402
|
},
|
|
2353
2403
|
{
|
|
2354
|
-
"name": "
|
|
2355
|
-
"description": "Specify if
|
|
2404
|
+
"name": "hideRequiredMarker",
|
|
2405
|
+
"description": "Specify if the NativeSelect displays with an asterisk",
|
|
2356
2406
|
"values": []
|
|
2357
2407
|
},
|
|
2358
2408
|
{
|
|
2359
2409
|
"name": "theme",
|
|
2360
|
-
"description": "Specify the theme of the
|
|
2410
|
+
"description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
2361
2411
|
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
2362
2412
|
},
|
|
2413
|
+
{ "name": "id", "values": [] },
|
|
2414
|
+
{ "name": "name", "values": [] },
|
|
2415
|
+
{ "name": "value", "values": [] },
|
|
2363
2416
|
{
|
|
2364
|
-
"name": "
|
|
2365
|
-
"
|
|
2366
|
-
"values": []
|
|
2367
|
-
},
|
|
2368
|
-
{
|
|
2369
|
-
"name": "checked",
|
|
2370
|
-
"description": "The checked attribute for the input element",
|
|
2371
|
-
"values": []
|
|
2417
|
+
"name": "validationRules",
|
|
2418
|
+
"values": [{ "name": "Array<FormValidator>" }]
|
|
2372
2419
|
},
|
|
2373
|
-
{
|
|
2374
|
-
"name": "onKeyDown",
|
|
2375
|
-
"description": "A user-defined function to handle keydown events",
|
|
2376
|
-
"values": [{ "name": "(event: KeyboardEvent) => void" }]
|
|
2377
|
-
}
|
|
2420
|
+
{ "name": "input-aria-label", "values": [] }
|
|
2378
2421
|
],
|
|
2379
2422
|
"references": [
|
|
2380
2423
|
{
|
|
2381
2424
|
"name": "Storybook",
|
|
2382
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-
|
|
2425
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-nativeselect"
|
|
2383
2426
|
}
|
|
2384
2427
|
]
|
|
2385
2428
|
},
|
|
@@ -2473,49 +2516,6 @@
|
|
|
2473
2516
|
}
|
|
2474
2517
|
]
|
|
2475
2518
|
},
|
|
2476
|
-
{
|
|
2477
|
-
"name": "bm-switch",
|
|
2478
|
-
"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.",
|
|
2479
|
-
"attributes": [
|
|
2480
|
-
{
|
|
2481
|
-
"name": "onText",
|
|
2482
|
-
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
2483
|
-
"values": []
|
|
2484
|
-
},
|
|
2485
|
-
{
|
|
2486
|
-
"name": "offText",
|
|
2487
|
-
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
2488
|
-
"values": []
|
|
2489
|
-
},
|
|
2490
|
-
{
|
|
2491
|
-
"name": "textPosition",
|
|
2492
|
-
"description": "Specify the position of the side label",
|
|
2493
|
-
"values": [{ "name": "before" }, { "name": "after" }]
|
|
2494
|
-
},
|
|
2495
|
-
{
|
|
2496
|
-
"name": "readOnly",
|
|
2497
|
-
"description": "Specify if Switch displays in a read-only state",
|
|
2498
|
-
"values": []
|
|
2499
|
-
},
|
|
2500
|
-
{
|
|
2501
|
-
"name": "disabled",
|
|
2502
|
-
"description": "Specify if Switch displays in a disabled state",
|
|
2503
|
-
"values": []
|
|
2504
|
-
},
|
|
2505
|
-
{ "name": "checked", "values": [] },
|
|
2506
|
-
{
|
|
2507
|
-
"name": "value",
|
|
2508
|
-
"description": "The value attribute for the input element",
|
|
2509
|
-
"values": []
|
|
2510
|
-
}
|
|
2511
|
-
],
|
|
2512
|
-
"references": [
|
|
2513
|
-
{
|
|
2514
|
-
"name": "Storybook",
|
|
2515
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-switch"
|
|
2516
|
-
}
|
|
2517
|
-
]
|
|
2518
|
-
},
|
|
2519
2519
|
{
|
|
2520
2520
|
"name": "bm-checkbox-group",
|
|
2521
2521
|
"description": "\n---\n\n\n### **Slots:**\n - **label** - Add label text to the InputChoiceGroup\n- **helperText** - Add helper text to the InputChoiceGroup",
|
|
@@ -2586,8 +2586,8 @@
|
|
|
2586
2586
|
]
|
|
2587
2587
|
},
|
|
2588
2588
|
{
|
|
2589
|
-
"name": "bm-
|
|
2590
|
-
"description": "
|
|
2589
|
+
"name": "bm-switch-group",
|
|
2590
|
+
"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",
|
|
2591
2591
|
"attributes": [
|
|
2592
2592
|
{
|
|
2593
2593
|
"name": "theme",
|
|
@@ -2650,13 +2650,13 @@
|
|
|
2650
2650
|
"references": [
|
|
2651
2651
|
{
|
|
2652
2652
|
"name": "Storybook",
|
|
2653
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-
|
|
2653
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-switch"
|
|
2654
2654
|
}
|
|
2655
2655
|
]
|
|
2656
2656
|
},
|
|
2657
2657
|
{
|
|
2658
|
-
"name": "bm-
|
|
2659
|
-
"description": "
|
|
2658
|
+
"name": "bm-radio-button-group",
|
|
2659
|
+
"description": "\n---\n\n\n### **Slots:**\n - **label** - Add label text to the InputChoiceGroup\n- **helperText** - Add helper text to the InputChoiceGroup",
|
|
2660
2660
|
"attributes": [
|
|
2661
2661
|
{
|
|
2662
2662
|
"name": "theme",
|
|
@@ -2719,7 +2719,7 @@
|
|
|
2719
2719
|
"references": [
|
|
2720
2720
|
{
|
|
2721
2721
|
"name": "Storybook",
|
|
2722
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-
|
|
2722
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
|
|
2723
2723
|
}
|
|
2724
2724
|
]
|
|
2725
2725
|
}
|