@viasat/beam-web-components 2.43.0 → 2.43.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/TextField/TextField.js +1 -1
- package/custom-elements.json +3073 -3073
- package/local/TextField/TextField.js +1 -1
- package/package.json +6 -6
- package/vscode.html-custom-data.json +321 -321
|
@@ -62,40 +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
|
|
71
|
-
"values": [{ "name": "
|
|
69
|
+
"name": "appearance",
|
|
70
|
+
"description": "Specify the appearance of the Avatar",
|
|
71
|
+
"values": [{ "name": "accent" }, { "name": "neutral" }]
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
|
-
"name": "
|
|
75
|
-
"description": "Specify
|
|
74
|
+
"name": "name",
|
|
75
|
+
"description": "Specify a name to display initials in the Avatar",
|
|
76
|
+
"values": []
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "src",
|
|
80
|
+
"description": "Pass an image to the Avatar",
|
|
81
|
+
"values": []
|
|
82
|
+
},
|
|
83
|
+
{ "name": "alt", "description": "Specify alt for image", "values": [] },
|
|
84
|
+
{
|
|
85
|
+
"name": "size",
|
|
86
|
+
"description": "Specify the size of the Avatar",
|
|
76
87
|
"values": [
|
|
77
|
-
{ "name": "
|
|
78
|
-
{ "name": "
|
|
79
|
-
{ "name": "
|
|
80
|
-
{ "name": "
|
|
81
|
-
{ "name": "
|
|
88
|
+
{ "name": "xs" },
|
|
89
|
+
{ "name": "sm" },
|
|
90
|
+
{ "name": "md" },
|
|
91
|
+
{ "name": "lg" },
|
|
92
|
+
{ "name": "xl" }
|
|
82
93
|
]
|
|
83
94
|
},
|
|
84
95
|
{
|
|
85
|
-
"name": "
|
|
86
|
-
"description": "Specify the
|
|
87
|
-
"values": [
|
|
96
|
+
"name": "disabled",
|
|
97
|
+
"description": "Specify if the Avatar is disabled",
|
|
98
|
+
"values": []
|
|
88
99
|
},
|
|
89
100
|
{
|
|
90
|
-
"name": "
|
|
91
|
-
"description": "
|
|
101
|
+
"name": "shape",
|
|
102
|
+
"description": "Specify the shape of the Avatar",
|
|
103
|
+
"values": [{ "name": "circle" }, { "name": "square" }]
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"name": "isInteractive",
|
|
107
|
+
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
108
|
+
"values": []
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"name": "isFocusable",
|
|
112
|
+
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
113
|
+
"values": []
|
|
114
|
+
},
|
|
115
|
+
{ "name": "withBorder", "values": [] }
|
|
116
|
+
],
|
|
117
|
+
"references": [
|
|
118
|
+
{
|
|
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",
|
|
92
131
|
"values": []
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"name": "maxCount",
|
|
135
|
+
"description": "Specify the max number of avatars displayed in the group.",
|
|
136
|
+
"values": []
|
|
137
|
+
},
|
|
138
|
+
{
|
|
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
|
+
]
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"name": "layout",
|
|
151
|
+
"description": "Specify the kind of the group.",
|
|
152
|
+
"values": [{ "name": "stacked" }, { "name": "spaced" }]
|
|
93
153
|
}
|
|
94
154
|
],
|
|
95
155
|
"references": [
|
|
96
156
|
{
|
|
97
157
|
"name": "Storybook",
|
|
98
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-
|
|
158
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
|
|
99
159
|
}
|
|
100
160
|
]
|
|
101
161
|
},
|
|
@@ -142,6 +202,117 @@
|
|
|
142
202
|
}
|
|
143
203
|
]
|
|
144
204
|
},
|
|
205
|
+
{
|
|
206
|
+
"name": "bm-alert",
|
|
207
|
+
"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",
|
|
208
|
+
"attributes": [
|
|
209
|
+
{
|
|
210
|
+
"name": "heading",
|
|
211
|
+
"description": "Specify the heading text for Alert",
|
|
212
|
+
"values": []
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"name": "body",
|
|
216
|
+
"description": "Specify the body text for Alert",
|
|
217
|
+
"values": []
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"name": "size",
|
|
221
|
+
"description": "Specify the size of the Alert",
|
|
222
|
+
"values": [{ "name": "sm" }, { "name": "md" }]
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"name": "fullWidth",
|
|
226
|
+
"description": "Specify if the Alert has no border radius",
|
|
227
|
+
"values": []
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"name": "theme",
|
|
231
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
232
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"name": "appearance",
|
|
236
|
+
"description": "Specify the appearance of the Alert",
|
|
237
|
+
"values": [
|
|
238
|
+
{ "name": "infoPrimary" },
|
|
239
|
+
{ "name": "infoSecondary" },
|
|
240
|
+
{ "name": "positive" },
|
|
241
|
+
{ "name": "warning" },
|
|
242
|
+
{ "name": "negative" }
|
|
243
|
+
]
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"name": "hidden",
|
|
247
|
+
"description": "Specify if the Alert is hidden",
|
|
248
|
+
"values": []
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"name": "hideIcon",
|
|
252
|
+
"description": "Specify if the icon displays on the Alert",
|
|
253
|
+
"values": []
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"name": "dismissible",
|
|
257
|
+
"description": "Specify if the Alert can be dismissed",
|
|
258
|
+
"values": []
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"name": "disableAutoFocus",
|
|
262
|
+
"description": "Prevent autofocus on show",
|
|
263
|
+
"values": []
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"name": "disableCloseOnEscape",
|
|
267
|
+
"description": "Prevent Escape from closing",
|
|
268
|
+
"values": []
|
|
269
|
+
}
|
|
270
|
+
],
|
|
271
|
+
"references": [
|
|
272
|
+
{
|
|
273
|
+
"name": "Storybook",
|
|
274
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
|
|
275
|
+
}
|
|
276
|
+
]
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"name": "bm-badge-dot",
|
|
280
|
+
"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",
|
|
281
|
+
"attributes": [
|
|
282
|
+
{
|
|
283
|
+
"name": "theme",
|
|
284
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
285
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"name": "appearance",
|
|
289
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
290
|
+
"values": [
|
|
291
|
+
{ "name": "infoPrimary" },
|
|
292
|
+
{ "name": "infoSecondary" },
|
|
293
|
+
{ "name": "positive" },
|
|
294
|
+
{ "name": "warning" },
|
|
295
|
+
{ "name": "negative" }
|
|
296
|
+
]
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"name": "emphasis",
|
|
300
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
301
|
+
"values": [{ "name": "strong" }, { "name": "subtle" }]
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"name": "overrideDotColor",
|
|
305
|
+
"description": "Overrides default dot color",
|
|
306
|
+
"values": []
|
|
307
|
+
}
|
|
308
|
+
],
|
|
309
|
+
"references": [
|
|
310
|
+
{
|
|
311
|
+
"name": "Storybook",
|
|
312
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
|
|
313
|
+
}
|
|
314
|
+
]
|
|
315
|
+
},
|
|
145
316
|
{
|
|
146
317
|
"name": "bm-box",
|
|
147
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",
|
|
@@ -652,196 +823,25 @@
|
|
|
652
823
|
},
|
|
653
824
|
{
|
|
654
825
|
"name": "height",
|
|
655
|
-
"description": "Specify the height of a Button",
|
|
656
|
-
"values": []
|
|
657
|
-
},
|
|
658
|
-
{
|
|
659
|
-
"name": "theme",
|
|
660
|
-
"description": "Specify the theme of the Button",
|
|
661
|
-
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
662
|
-
},
|
|
663
|
-
{
|
|
664
|
-
"name": "iconOnly",
|
|
665
|
-
"description": "Specify if the icon displays without text",
|
|
666
|
-
"values": []
|
|
667
|
-
},
|
|
668
|
-
{ "name": "type", "values": [] }
|
|
669
|
-
],
|
|
670
|
-
"references": [
|
|
671
|
-
{
|
|
672
|
-
"name": "Storybook",
|
|
673
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-button"
|
|
674
|
-
}
|
|
675
|
-
]
|
|
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
|
-
]
|
|
826
|
+
"description": "Specify the height of a Button",
|
|
827
|
+
"values": []
|
|
834
828
|
},
|
|
835
829
|
{
|
|
836
|
-
"name": "
|
|
837
|
-
"description": "Specify the
|
|
838
|
-
"values": [{ "name": "
|
|
839
|
-
}
|
|
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",
|
|
837
|
+
"values": []
|
|
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
|
},
|
|
@@ -1954,6 +1954,76 @@
|
|
|
1954
1954
|
}
|
|
1955
1955
|
]
|
|
1956
1956
|
},
|
|
1957
|
+
{
|
|
1958
|
+
"name": "bm-native-select",
|
|
1959
|
+
"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",
|
|
1960
|
+
"attributes": [
|
|
1961
|
+
{
|
|
1962
|
+
"name": "required",
|
|
1963
|
+
"description": "Specify if NativeSelect is a required input",
|
|
1964
|
+
"values": []
|
|
1965
|
+
},
|
|
1966
|
+
{
|
|
1967
|
+
"name": "readOnly",
|
|
1968
|
+
"description": "Specify if NativeSelect displays in a read-only state",
|
|
1969
|
+
"values": []
|
|
1970
|
+
},
|
|
1971
|
+
{
|
|
1972
|
+
"name": "disabled",
|
|
1973
|
+
"description": "Specify if NativeSelect displays in a disabled state",
|
|
1974
|
+
"values": []
|
|
1975
|
+
},
|
|
1976
|
+
{
|
|
1977
|
+
"name": "error",
|
|
1978
|
+
"description": "Specify error text and display error state of a NativeSelect",
|
|
1979
|
+
"values": []
|
|
1980
|
+
},
|
|
1981
|
+
{
|
|
1982
|
+
"name": "fluid",
|
|
1983
|
+
"description": "Specify if NativeSelect is fluid",
|
|
1984
|
+
"values": []
|
|
1985
|
+
},
|
|
1986
|
+
{
|
|
1987
|
+
"name": "size",
|
|
1988
|
+
"description": "Specify the size of NativeSelect",
|
|
1989
|
+
"values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
|
|
1990
|
+
},
|
|
1991
|
+
{
|
|
1992
|
+
"name": "width",
|
|
1993
|
+
"description": "Specify the width of NativeSelect",
|
|
1994
|
+
"values": []
|
|
1995
|
+
},
|
|
1996
|
+
{
|
|
1997
|
+
"name": "ellipse",
|
|
1998
|
+
"description": "Specify if overflow displays ellipsis",
|
|
1999
|
+
"values": []
|
|
2000
|
+
},
|
|
2001
|
+
{
|
|
2002
|
+
"name": "hideRequiredMarker",
|
|
2003
|
+
"description": "Specify if the NativeSelect displays with an asterisk",
|
|
2004
|
+
"values": []
|
|
2005
|
+
},
|
|
2006
|
+
{
|
|
2007
|
+
"name": "theme",
|
|
2008
|
+
"description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
2009
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
2010
|
+
},
|
|
2011
|
+
{ "name": "id", "values": [] },
|
|
2012
|
+
{ "name": "name", "values": [] },
|
|
2013
|
+
{ "name": "value", "values": [] },
|
|
2014
|
+
{
|
|
2015
|
+
"name": "validationRules",
|
|
2016
|
+
"values": [{ "name": "Array<FormValidator>" }]
|
|
2017
|
+
},
|
|
2018
|
+
{ "name": "input-aria-label", "values": [] }
|
|
2019
|
+
],
|
|
2020
|
+
"references": [
|
|
2021
|
+
{
|
|
2022
|
+
"name": "Storybook",
|
|
2023
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-nativeselect"
|
|
2024
|
+
}
|
|
2025
|
+
]
|
|
2026
|
+
},
|
|
1957
2027
|
{
|
|
1958
2028
|
"name": "bm-file-upload-button",
|
|
1959
2029
|
"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",
|
|
@@ -2261,49 +2331,6 @@
|
|
|
2261
2331
|
}
|
|
2262
2332
|
]
|
|
2263
2333
|
},
|
|
2264
|
-
{
|
|
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.",
|
|
2267
|
-
"attributes": [
|
|
2268
|
-
{
|
|
2269
|
-
"name": "onText",
|
|
2270
|
-
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
2271
|
-
"values": []
|
|
2272
|
-
},
|
|
2273
|
-
{
|
|
2274
|
-
"name": "offText",
|
|
2275
|
-
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
2276
|
-
"values": []
|
|
2277
|
-
},
|
|
2278
|
-
{
|
|
2279
|
-
"name": "textPosition",
|
|
2280
|
-
"description": "Specify the position of the side label",
|
|
2281
|
-
"values": [{ "name": "before" }, { "name": "after" }]
|
|
2282
|
-
},
|
|
2283
|
-
{
|
|
2284
|
-
"name": "readOnly",
|
|
2285
|
-
"description": "Specify if Switch displays in a read-only state",
|
|
2286
|
-
"values": []
|
|
2287
|
-
},
|
|
2288
|
-
{
|
|
2289
|
-
"name": "disabled",
|
|
2290
|
-
"description": "Specify if Switch displays in a disabled state",
|
|
2291
|
-
"values": []
|
|
2292
|
-
},
|
|
2293
|
-
{ "name": "checked", "values": [] },
|
|
2294
|
-
{
|
|
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
2334
|
{
|
|
2308
2335
|
"name": "bm-radio-button",
|
|
2309
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",
|
|
@@ -2356,76 +2383,6 @@
|
|
|
2356
2383
|
}
|
|
2357
2384
|
]
|
|
2358
2385
|
},
|
|
2359
|
-
{
|
|
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",
|
|
2362
|
-
"attributes": [
|
|
2363
|
-
{
|
|
2364
|
-
"name": "required",
|
|
2365
|
-
"description": "Specify if NativeSelect is a required input",
|
|
2366
|
-
"values": []
|
|
2367
|
-
},
|
|
2368
|
-
{
|
|
2369
|
-
"name": "readOnly",
|
|
2370
|
-
"description": "Specify if NativeSelect displays in a read-only state",
|
|
2371
|
-
"values": []
|
|
2372
|
-
},
|
|
2373
|
-
{
|
|
2374
|
-
"name": "disabled",
|
|
2375
|
-
"description": "Specify if NativeSelect displays in a disabled state",
|
|
2376
|
-
"values": []
|
|
2377
|
-
},
|
|
2378
|
-
{
|
|
2379
|
-
"name": "error",
|
|
2380
|
-
"description": "Specify error text and display error state of a NativeSelect",
|
|
2381
|
-
"values": []
|
|
2382
|
-
},
|
|
2383
|
-
{
|
|
2384
|
-
"name": "fluid",
|
|
2385
|
-
"description": "Specify if NativeSelect is fluid",
|
|
2386
|
-
"values": []
|
|
2387
|
-
},
|
|
2388
|
-
{
|
|
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",
|
|
2396
|
-
"values": []
|
|
2397
|
-
},
|
|
2398
|
-
{
|
|
2399
|
-
"name": "ellipse",
|
|
2400
|
-
"description": "Specify if overflow displays ellipsis",
|
|
2401
|
-
"values": []
|
|
2402
|
-
},
|
|
2403
|
-
{
|
|
2404
|
-
"name": "hideRequiredMarker",
|
|
2405
|
-
"description": "Specify if the NativeSelect displays with an asterisk",
|
|
2406
|
-
"values": []
|
|
2407
|
-
},
|
|
2408
|
-
{
|
|
2409
|
-
"name": "theme",
|
|
2410
|
-
"description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
2411
|
-
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
2412
|
-
},
|
|
2413
|
-
{ "name": "id", "values": [] },
|
|
2414
|
-
{ "name": "name", "values": [] },
|
|
2415
|
-
{ "name": "value", "values": [] },
|
|
2416
|
-
{
|
|
2417
|
-
"name": "validationRules",
|
|
2418
|
-
"values": [{ "name": "Array<FormValidator>" }]
|
|
2419
|
-
},
|
|
2420
|
-
{ "name": "input-aria-label", "values": [] }
|
|
2421
|
-
],
|
|
2422
|
-
"references": [
|
|
2423
|
-
{
|
|
2424
|
-
"name": "Storybook",
|
|
2425
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-nativeselect"
|
|
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",
|
|
@@ -2586,8 +2586,8 @@
|
|
|
2586
2586
|
]
|
|
2587
2587
|
},
|
|
2588
2588
|
{
|
|
2589
|
-
"name": "bm-
|
|
2590
|
-
"description": "
|
|
2589
|
+
"name": "bm-radio-button-group",
|
|
2590
|
+
"description": "\n---\n\n\n### **Slots:**\n - **label** - Add label text to the InputChoiceGroup\n- **helperText** - Add helper text to the InputChoiceGroup",
|
|
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-radiobutton"
|
|
2654
2654
|
}
|
|
2655
2655
|
]
|
|
2656
2656
|
},
|
|
2657
2657
|
{
|
|
2658
|
-
"name": "bm-
|
|
2659
|
-
"description": "
|
|
2658
|
+
"name": "bm-switch-group",
|
|
2659
|
+
"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",
|
|
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-switch"
|
|
2723
2723
|
}
|
|
2724
2724
|
]
|
|
2725
2725
|
}
|