@viasat/beam-web-components 2.47.1 → 2.48.1
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/custom-elements.json +2468 -2468
- package/package.json +6 -6
- package/vscode.html-custom-data.json +328 -328
|
@@ -61,6 +61,160 @@
|
|
|
61
61
|
}
|
|
62
62
|
]
|
|
63
63
|
},
|
|
64
|
+
{
|
|
65
|
+
"name": "bm-alert",
|
|
66
|
+
"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",
|
|
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
|
+
{
|
|
89
|
+
"name": "theme",
|
|
90
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
91
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"name": "appearance",
|
|
95
|
+
"description": "Specify the appearance of the Alert",
|
|
96
|
+
"values": [
|
|
97
|
+
{ "name": "infoPrimary" },
|
|
98
|
+
{ "name": "infoSecondary" },
|
|
99
|
+
{ "name": "positive" },
|
|
100
|
+
{ "name": "warning" },
|
|
101
|
+
{ "name": "negative" }
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"name": "hidden",
|
|
106
|
+
"description": "Specify if the Alert is hidden",
|
|
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": []
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"name": "disableCloseOnEscape",
|
|
126
|
+
"description": "Prevent Escape from closing",
|
|
127
|
+
"values": []
|
|
128
|
+
}
|
|
129
|
+
],
|
|
130
|
+
"references": [
|
|
131
|
+
{
|
|
132
|
+
"name": "Storybook",
|
|
133
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
|
|
134
|
+
}
|
|
135
|
+
]
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"name": "bm-badge",
|
|
139
|
+
"description": "`bm-badge`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Badge\n- **theme** - Theme of the Badge\n- **size** - Specify the size of the Badge\n- **emphasis** - Specify the emphasis of the Badge\n- **hideIcon** - Hides Badge icon\n---\n\n\n### **Slots:**\n - **default** - Provide text for the Badge\n- **icon** - Specify a different icon for the Badge",
|
|
140
|
+
"attributes": [
|
|
141
|
+
{
|
|
142
|
+
"name": "appearance",
|
|
143
|
+
"description": "Specify the appearance of the Badge",
|
|
144
|
+
"values": [
|
|
145
|
+
{ "name": "infoPrimary" },
|
|
146
|
+
{ "name": "infoSecondary" },
|
|
147
|
+
{ "name": "positive" },
|
|
148
|
+
{ "name": "warning" },
|
|
149
|
+
{ "name": "negative" }
|
|
150
|
+
]
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"name": "theme",
|
|
154
|
+
"description": "Theme of the Badge",
|
|
155
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"name": "size",
|
|
159
|
+
"description": "Specify the size of the Badge",
|
|
160
|
+
"values": [{ "name": "sm" }, { "name": "md" }]
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"name": "emphasis",
|
|
164
|
+
"description": "Specify the emphasis of the Badge",
|
|
165
|
+
"values": [
|
|
166
|
+
{ "name": "strong" },
|
|
167
|
+
{ "name": "medium" },
|
|
168
|
+
{ "name": "subtle" }
|
|
169
|
+
]
|
|
170
|
+
},
|
|
171
|
+
{ "name": "hideIcon", "description": "Hides Badge icon", "values": [] }
|
|
172
|
+
],
|
|
173
|
+
"references": [
|
|
174
|
+
{
|
|
175
|
+
"name": "Storybook",
|
|
176
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-badge"
|
|
177
|
+
}
|
|
178
|
+
]
|
|
179
|
+
},
|
|
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
|
+
},
|
|
64
218
|
{
|
|
65
219
|
"name": "bm-avatar",
|
|
66
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",
|
|
@@ -160,40 +314,63 @@
|
|
|
160
314
|
]
|
|
161
315
|
},
|
|
162
316
|
{
|
|
163
|
-
"name": "bm-
|
|
164
|
-
"description": "`bm-
|
|
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",
|
|
165
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
|
+
},
|
|
166
335
|
{
|
|
167
336
|
"name": "theme",
|
|
168
|
-
"description": "Specify the theme of the
|
|
337
|
+
"description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
|
|
169
338
|
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
170
|
-
}
|
|
339
|
+
}
|
|
340
|
+
],
|
|
341
|
+
"references": [
|
|
171
342
|
{
|
|
172
|
-
"name": "
|
|
173
|
-
"
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
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": []
|
|
181
357
|
},
|
|
182
358
|
{
|
|
183
|
-
"name": "
|
|
184
|
-
"description": "Specify
|
|
185
|
-
"values": [
|
|
359
|
+
"name": "truncationWidth",
|
|
360
|
+
"description": "Specify truncation width of the items. Sets max-width for all items but the last.",
|
|
361
|
+
"values": []
|
|
186
362
|
},
|
|
187
363
|
{
|
|
188
|
-
"name": "
|
|
189
|
-
"description": "
|
|
364
|
+
"name": "isCurrent",
|
|
365
|
+
"description": "Specify explicitly if the item is the last one",
|
|
190
366
|
"values": []
|
|
191
|
-
}
|
|
367
|
+
},
|
|
368
|
+
{ "name": "isCollapsed", "values": [] }
|
|
192
369
|
],
|
|
193
370
|
"references": [
|
|
194
371
|
{
|
|
195
372
|
"name": "Storybook",
|
|
196
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-
|
|
373
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
|
|
197
374
|
}
|
|
198
375
|
]
|
|
199
376
|
},
|
|
@@ -600,110 +777,6 @@
|
|
|
600
777
|
}
|
|
601
778
|
]
|
|
602
779
|
},
|
|
603
|
-
{
|
|
604
|
-
"name": "bm-breadcrumb",
|
|
605
|
-
"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",
|
|
606
|
-
"attributes": [
|
|
607
|
-
{
|
|
608
|
-
"name": "wrap",
|
|
609
|
-
"description": "Specify if items wrap or collapse to an ellipsis",
|
|
610
|
-
"values": []
|
|
611
|
-
},
|
|
612
|
-
{
|
|
613
|
-
"name": "itemsBeforeCollapse",
|
|
614
|
-
"description": "Specify how many items show before ellipsis",
|
|
615
|
-
"values": []
|
|
616
|
-
},
|
|
617
|
-
{
|
|
618
|
-
"name": "itemsAfterCollapse",
|
|
619
|
-
"description": "Specify how many items show after ellipsis",
|
|
620
|
-
"values": []
|
|
621
|
-
},
|
|
622
|
-
{
|
|
623
|
-
"name": "theme",
|
|
624
|
-
"description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
|
|
625
|
-
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
626
|
-
}
|
|
627
|
-
],
|
|
628
|
-
"references": [
|
|
629
|
-
{
|
|
630
|
-
"name": "Storybook",
|
|
631
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
|
|
632
|
-
}
|
|
633
|
-
]
|
|
634
|
-
},
|
|
635
|
-
{
|
|
636
|
-
"name": "bm-breadcrumb-item",
|
|
637
|
-
"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",
|
|
638
|
-
"attributes": [
|
|
639
|
-
{ "name": "href", "description": "Pass href to an item", "values": [] },
|
|
640
|
-
{
|
|
641
|
-
"name": "clickable",
|
|
642
|
-
"description": "Specify if the item is interactive without an href",
|
|
643
|
-
"values": []
|
|
644
|
-
},
|
|
645
|
-
{
|
|
646
|
-
"name": "truncationWidth",
|
|
647
|
-
"description": "Specify truncation width of the items. Sets max-width for all items but the last.",
|
|
648
|
-
"values": []
|
|
649
|
-
},
|
|
650
|
-
{
|
|
651
|
-
"name": "isCurrent",
|
|
652
|
-
"description": "Specify explicitly if the item is the last one",
|
|
653
|
-
"values": []
|
|
654
|
-
},
|
|
655
|
-
{ "name": "isCollapsed", "values": [] }
|
|
656
|
-
],
|
|
657
|
-
"references": [
|
|
658
|
-
{
|
|
659
|
-
"name": "Storybook",
|
|
660
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
|
|
661
|
-
}
|
|
662
|
-
]
|
|
663
|
-
},
|
|
664
|
-
{
|
|
665
|
-
"name": "bm-badge",
|
|
666
|
-
"description": "`bm-badge`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Badge\n- **theme** - Theme of the Badge\n- **size** - Specify the size of the Badge\n- **emphasis** - Specify the emphasis of the Badge\n- **hideIcon** - Hides Badge icon\n---\n\n\n### **Slots:**\n - **default** - Provide text for the Badge\n- **icon** - Specify a different icon for the Badge",
|
|
667
|
-
"attributes": [
|
|
668
|
-
{
|
|
669
|
-
"name": "appearance",
|
|
670
|
-
"description": "Specify the appearance of the Badge",
|
|
671
|
-
"values": [
|
|
672
|
-
{ "name": "infoPrimary" },
|
|
673
|
-
{ "name": "infoSecondary" },
|
|
674
|
-
{ "name": "positive" },
|
|
675
|
-
{ "name": "warning" },
|
|
676
|
-
{ "name": "negative" }
|
|
677
|
-
]
|
|
678
|
-
},
|
|
679
|
-
{
|
|
680
|
-
"name": "theme",
|
|
681
|
-
"description": "Theme of the Badge",
|
|
682
|
-
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
683
|
-
},
|
|
684
|
-
{
|
|
685
|
-
"name": "size",
|
|
686
|
-
"description": "Specify the size of the Badge",
|
|
687
|
-
"values": [{ "name": "sm" }, { "name": "md" }]
|
|
688
|
-
},
|
|
689
|
-
{
|
|
690
|
-
"name": "emphasis",
|
|
691
|
-
"description": "Specify the emphasis of the Badge",
|
|
692
|
-
"values": [
|
|
693
|
-
{ "name": "strong" },
|
|
694
|
-
{ "name": "medium" },
|
|
695
|
-
{ "name": "subtle" }
|
|
696
|
-
]
|
|
697
|
-
},
|
|
698
|
-
{ "name": "hideIcon", "description": "Hides Badge icon", "values": [] }
|
|
699
|
-
],
|
|
700
|
-
"references": [
|
|
701
|
-
{
|
|
702
|
-
"name": "Storybook",
|
|
703
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-badge"
|
|
704
|
-
}
|
|
705
|
-
]
|
|
706
|
-
},
|
|
707
780
|
{
|
|
708
781
|
"name": "bm-button",
|
|
709
782
|
"description": "`bm-button`\n\n### Attributes:\n- **appearance** - Specify the appearance of a Button\n- **kind** - Specify the kind of Button\n- **size** - Specify the size of a Button\n- **disabled** - Specify if the Button is disabled\n- **fluid** - Specify if Button is fluid\n- **width** - Specify the width of a Button\n- **height** - Specify the height of a Button\n- **theme** - Specify the theme of the Button\n- **iconOnly** - Specify if the icon displays without text\n- **type** \n---\n\n\n### **Slots:**\n - **default** - Provide content for the Button\n- **iconBefore** - Specify if the Button displays icon before the text\n- **iconAfter** - Specify if the Button displays icon after the text",
|
|
@@ -744,104 +817,31 @@
|
|
|
744
817
|
"values": []
|
|
745
818
|
},
|
|
746
819
|
{
|
|
747
|
-
"name": "width",
|
|
748
|
-
"description": "Specify the width of a Button",
|
|
749
|
-
"values": []
|
|
750
|
-
},
|
|
751
|
-
{
|
|
752
|
-
"name": "height",
|
|
753
|
-
"description": "Specify the height of a Button",
|
|
754
|
-
"values": []
|
|
755
|
-
},
|
|
756
|
-
{
|
|
757
|
-
"name": "theme",
|
|
758
|
-
"description": "Specify the theme of the Button",
|
|
759
|
-
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
760
|
-
},
|
|
761
|
-
{
|
|
762
|
-
"name": "iconOnly",
|
|
763
|
-
"description": "Specify if the icon displays without text",
|
|
764
|
-
"values": []
|
|
765
|
-
},
|
|
766
|
-
{ "name": "type", "values": [] }
|
|
767
|
-
],
|
|
768
|
-
"references": [
|
|
769
|
-
{
|
|
770
|
-
"name": "Storybook",
|
|
771
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-button"
|
|
772
|
-
}
|
|
773
|
-
]
|
|
774
|
-
},
|
|
775
|
-
{
|
|
776
|
-
"name": "bm-alert",
|
|
777
|
-
"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",
|
|
778
|
-
"attributes": [
|
|
779
|
-
{
|
|
780
|
-
"name": "heading",
|
|
781
|
-
"description": "Specify the heading text for Alert",
|
|
782
|
-
"values": []
|
|
783
|
-
},
|
|
784
|
-
{
|
|
785
|
-
"name": "body",
|
|
786
|
-
"description": "Specify the body text for Alert",
|
|
787
|
-
"values": []
|
|
788
|
-
},
|
|
789
|
-
{
|
|
790
|
-
"name": "size",
|
|
791
|
-
"description": "Specify the size of the Alert",
|
|
792
|
-
"values": [{ "name": "sm" }, { "name": "md" }]
|
|
793
|
-
},
|
|
794
|
-
{
|
|
795
|
-
"name": "fullWidth",
|
|
796
|
-
"description": "Specify if the Alert has no border radius",
|
|
797
|
-
"values": []
|
|
798
|
-
},
|
|
799
|
-
{
|
|
800
|
-
"name": "theme",
|
|
801
|
-
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
802
|
-
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
803
|
-
},
|
|
804
|
-
{
|
|
805
|
-
"name": "appearance",
|
|
806
|
-
"description": "Specify the appearance of the Alert",
|
|
807
|
-
"values": [
|
|
808
|
-
{ "name": "infoPrimary" },
|
|
809
|
-
{ "name": "infoSecondary" },
|
|
810
|
-
{ "name": "positive" },
|
|
811
|
-
{ "name": "warning" },
|
|
812
|
-
{ "name": "negative" }
|
|
813
|
-
]
|
|
814
|
-
},
|
|
815
|
-
{
|
|
816
|
-
"name": "hidden",
|
|
817
|
-
"description": "Specify if the Alert is hidden",
|
|
818
|
-
"values": []
|
|
819
|
-
},
|
|
820
|
-
{
|
|
821
|
-
"name": "hideIcon",
|
|
822
|
-
"description": "Specify if the icon displays on the Alert",
|
|
823
|
-
"values": []
|
|
824
|
-
},
|
|
825
|
-
{
|
|
826
|
-
"name": "dismissible",
|
|
827
|
-
"description": "Specify if the Alert can be dismissed",
|
|
820
|
+
"name": "width",
|
|
821
|
+
"description": "Specify the width of a Button",
|
|
828
822
|
"values": []
|
|
829
823
|
},
|
|
830
824
|
{
|
|
831
|
-
"name": "
|
|
832
|
-
"description": "
|
|
825
|
+
"name": "height",
|
|
826
|
+
"description": "Specify the height of a Button",
|
|
833
827
|
"values": []
|
|
834
828
|
},
|
|
835
829
|
{
|
|
836
|
-
"name": "
|
|
837
|
-
"description": "
|
|
830
|
+
"name": "theme",
|
|
831
|
+
"description": "Specify the theme of the Button",
|
|
832
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"name": "iconOnly",
|
|
836
|
+
"description": "Specify if the icon displays without text",
|
|
838
837
|
"values": []
|
|
839
|
-
}
|
|
838
|
+
},
|
|
839
|
+
{ "name": "type", "values": [] }
|
|
840
840
|
],
|
|
841
841
|
"references": [
|
|
842
842
|
{
|
|
843
843
|
"name": "Storybook",
|
|
844
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-
|
|
844
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-button"
|
|
845
845
|
}
|
|
846
846
|
]
|
|
847
847
|
},
|
|
@@ -1909,6 +1909,51 @@
|
|
|
1909
1909
|
}
|
|
1910
1910
|
]
|
|
1911
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>" }]
|
|
1929
|
+
},
|
|
1930
|
+
{
|
|
1931
|
+
"name": "required",
|
|
1932
|
+
"description": "Specify if input is a required",
|
|
1933
|
+
"values": []
|
|
1934
|
+
},
|
|
1935
|
+
{
|
|
1936
|
+
"name": "disabled",
|
|
1937
|
+
"description": "Specify if input is a disabled",
|
|
1938
|
+
"values": []
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
"name": "readOnly",
|
|
1942
|
+
"description": "Specify if input is a read only",
|
|
1943
|
+
"values": []
|
|
1944
|
+
},
|
|
1945
|
+
{ "name": "action", "values": [] },
|
|
1946
|
+
{ "name": "method", "values": [] },
|
|
1947
|
+
{ "name": "target", "values": [] },
|
|
1948
|
+
{ "name": "enctype", "values": [] }
|
|
1949
|
+
],
|
|
1950
|
+
"references": [
|
|
1951
|
+
{
|
|
1952
|
+
"name": "Storybook",
|
|
1953
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-form"
|
|
1954
|
+
}
|
|
1955
|
+
]
|
|
1956
|
+
},
|
|
1912
1957
|
{
|
|
1913
1958
|
"name": "bm-file-upload-button",
|
|
1914
1959
|
"description": "`bm-file-upload-button`\n\n### Attributes:\n- **error** - Specify if FileUpload is in error state\n- **accept** - Specify the accepted file types\n- **multiple** - Specify if multiple files can be uploaded\n---\n\n\n### **Slots:**\n - **default** - Specify text for the Button\n- **iconBefore** - Specify if the Button displays icon before the text\n- **iconAfter** - Specify if the Button displays icon after the text",
|
|
@@ -2217,47 +2262,54 @@
|
|
|
2217
2262
|
]
|
|
2218
2263
|
},
|
|
2219
2264
|
{
|
|
2220
|
-
"name": "bm-
|
|
2221
|
-
"description": "`bm-
|
|
2265
|
+
"name": "bm-radio-button",
|
|
2266
|
+
"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",
|
|
2222
2267
|
"attributes": [
|
|
2223
2268
|
{
|
|
2224
|
-
"name": "
|
|
2225
|
-
"description": "Specify
|
|
2226
|
-
"values": [
|
|
2227
|
-
{ "name": "onChange" },
|
|
2228
|
-
{ "name": "onBlur" },
|
|
2229
|
-
{ "name": "onSubmit" }
|
|
2230
|
-
]
|
|
2269
|
+
"name": "label",
|
|
2270
|
+
"description": "Specify the text for the label",
|
|
2271
|
+
"values": []
|
|
2231
2272
|
},
|
|
2232
2273
|
{
|
|
2233
|
-
"name": "
|
|
2234
|
-
"description": "Specify
|
|
2235
|
-
"values": [
|
|
2274
|
+
"name": "error",
|
|
2275
|
+
"description": "Specify error text and display error state of a RadioButton",
|
|
2276
|
+
"values": []
|
|
2236
2277
|
},
|
|
2237
2278
|
{
|
|
2238
|
-
"name": "
|
|
2239
|
-
"description": "Specify if
|
|
2279
|
+
"name": "readOnly",
|
|
2280
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
2240
2281
|
"values": []
|
|
2241
2282
|
},
|
|
2242
2283
|
{
|
|
2243
2284
|
"name": "disabled",
|
|
2244
|
-
"description": "Specify if
|
|
2285
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
2245
2286
|
"values": []
|
|
2246
2287
|
},
|
|
2247
2288
|
{
|
|
2248
|
-
"name": "
|
|
2249
|
-
"description": "Specify
|
|
2289
|
+
"name": "theme",
|
|
2290
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
2291
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
2292
|
+
},
|
|
2293
|
+
{
|
|
2294
|
+
"name": "value",
|
|
2295
|
+
"description": "The value attribute for the input element",
|
|
2250
2296
|
"values": []
|
|
2251
2297
|
},
|
|
2252
|
-
{
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2298
|
+
{
|
|
2299
|
+
"name": "checked",
|
|
2300
|
+
"description": "The checked attribute for the input element",
|
|
2301
|
+
"values": []
|
|
2302
|
+
},
|
|
2303
|
+
{
|
|
2304
|
+
"name": "onKeyDown",
|
|
2305
|
+
"description": "A user-defined function to handle keydown events",
|
|
2306
|
+
"values": [{ "name": "(event: KeyboardEvent) => void" }]
|
|
2307
|
+
}
|
|
2256
2308
|
],
|
|
2257
2309
|
"references": [
|
|
2258
2310
|
{
|
|
2259
2311
|
"name": "Storybook",
|
|
2260
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-
|
|
2312
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
|
|
2261
2313
|
}
|
|
2262
2314
|
]
|
|
2263
2315
|
},
|
|
@@ -2331,101 +2383,6 @@
|
|
|
2331
2383
|
}
|
|
2332
2384
|
]
|
|
2333
2385
|
},
|
|
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
|
-
{
|
|
2339
|
-
"name": "label",
|
|
2340
|
-
"description": "Specify the text for the label",
|
|
2341
|
-
"values": []
|
|
2342
|
-
},
|
|
2343
|
-
{
|
|
2344
|
-
"name": "error",
|
|
2345
|
-
"description": "Specify error text and display error state of a RadioButton",
|
|
2346
|
-
"values": []
|
|
2347
|
-
},
|
|
2348
|
-
{
|
|
2349
|
-
"name": "readOnly",
|
|
2350
|
-
"description": "Specify if RadioButton displays in a read-only state",
|
|
2351
|
-
"values": []
|
|
2352
|
-
},
|
|
2353
|
-
{
|
|
2354
|
-
"name": "disabled",
|
|
2355
|
-
"description": "Specify if RadioButton displays in a disabled state",
|
|
2356
|
-
"values": []
|
|
2357
|
-
},
|
|
2358
|
-
{
|
|
2359
|
-
"name": "theme",
|
|
2360
|
-
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
2361
|
-
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
2362
|
-
},
|
|
2363
|
-
{
|
|
2364
|
-
"name": "value",
|
|
2365
|
-
"description": "The value attribute for the input element",
|
|
2366
|
-
"values": []
|
|
2367
|
-
},
|
|
2368
|
-
{
|
|
2369
|
-
"name": "checked",
|
|
2370
|
-
"description": "The checked attribute for the input element",
|
|
2371
|
-
"values": []
|
|
2372
|
-
},
|
|
2373
|
-
{
|
|
2374
|
-
"name": "onKeyDown",
|
|
2375
|
-
"description": "A user-defined function to handle keydown events",
|
|
2376
|
-
"values": [{ "name": "(event: KeyboardEvent) => void" }]
|
|
2377
|
-
}
|
|
2378
|
-
],
|
|
2379
|
-
"references": [
|
|
2380
|
-
{
|
|
2381
|
-
"name": "Storybook",
|
|
2382
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
|
|
2383
|
-
}
|
|
2384
|
-
]
|
|
2385
|
-
},
|
|
2386
|
-
{
|
|
2387
|
-
"name": "bm-switch",
|
|
2388
|
-
"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.",
|
|
2389
|
-
"attributes": [
|
|
2390
|
-
{
|
|
2391
|
-
"name": "onText",
|
|
2392
|
-
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
2393
|
-
"values": []
|
|
2394
|
-
},
|
|
2395
|
-
{
|
|
2396
|
-
"name": "offText",
|
|
2397
|
-
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
2398
|
-
"values": []
|
|
2399
|
-
},
|
|
2400
|
-
{
|
|
2401
|
-
"name": "textPosition",
|
|
2402
|
-
"description": "Specify the position of the side label",
|
|
2403
|
-
"values": [{ "name": "before" }, { "name": "after" }]
|
|
2404
|
-
},
|
|
2405
|
-
{
|
|
2406
|
-
"name": "readOnly",
|
|
2407
|
-
"description": "Specify if Switch displays in a read-only state",
|
|
2408
|
-
"values": []
|
|
2409
|
-
},
|
|
2410
|
-
{
|
|
2411
|
-
"name": "disabled",
|
|
2412
|
-
"description": "Specify if Switch displays in a disabled state",
|
|
2413
|
-
"values": []
|
|
2414
|
-
},
|
|
2415
|
-
{ "name": "checked", "values": [] },
|
|
2416
|
-
{
|
|
2417
|
-
"name": "value",
|
|
2418
|
-
"description": "The value attribute for the input element",
|
|
2419
|
-
"values": []
|
|
2420
|
-
}
|
|
2421
|
-
],
|
|
2422
|
-
"references": [
|
|
2423
|
-
{
|
|
2424
|
-
"name": "Storybook",
|
|
2425
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-switch"
|
|
2426
|
-
}
|
|
2427
|
-
]
|
|
2428
|
-
},
|
|
2429
2386
|
{
|
|
2430
2387
|
"name": "bm-text-area",
|
|
2431
2388
|
"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",
|
|
@@ -2516,6 +2473,49 @@
|
|
|
2516
2473
|
}
|
|
2517
2474
|
]
|
|
2518
2475
|
},
|
|
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",
|