@viasat/beam-web-components 2.45.1 → 2.47.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/custom-elements.json +1456 -1456
- package/package.json +6 -6
- package/vscode.html-custom-data.json +186 -186
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@viasat/beam-web-components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.47.0",
|
|
4
4
|
"description": "Framework-agnostic web components for the Beam Design System built with Lit, compatible with Angular, Vue, Svelte, and vanilla JavaScript",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Viasat",
|
|
@@ -64,11 +64,11 @@
|
|
|
64
64
|
"access": "public"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@viasat/beam-fonts": "2.
|
|
68
|
-
"@viasat/beam-shared": "2.
|
|
69
|
-
"@viasat/beam-styles": "2.
|
|
70
|
-
"@viasat/beam-tokens": "2.
|
|
71
|
-
"@viasat/beam-icons": "2.
|
|
67
|
+
"@viasat/beam-fonts": "2.47.0",
|
|
68
|
+
"@viasat/beam-shared": "2.47.0",
|
|
69
|
+
"@viasat/beam-styles": "2.47.0",
|
|
70
|
+
"@viasat/beam-tokens": "2.47.0",
|
|
71
|
+
"@viasat/beam-icons": "2.47.0",
|
|
72
72
|
"clsx": "^1.2.1",
|
|
73
73
|
"lit": "^3.1.0",
|
|
74
74
|
"@lit/context": "^1.1.1",
|
|
@@ -61,147 +61,6 @@
|
|
|
61
61
|
}
|
|
62
62
|
]
|
|
63
63
|
},
|
|
64
|
-
{
|
|
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
|
-
"attributes": [
|
|
68
|
-
{
|
|
69
|
-
"name": "appearance",
|
|
70
|
-
"description": "Specify the appearance of the Avatar",
|
|
71
|
-
"values": [{ "name": "accent" }, { "name": "neutral" }]
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"name": "name",
|
|
75
|
-
"description": "Specify a name to display initials in the Avatar",
|
|
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",
|
|
87
|
-
"values": [
|
|
88
|
-
{ "name": "xs" },
|
|
89
|
-
{ "name": "sm" },
|
|
90
|
-
{ "name": "md" },
|
|
91
|
-
{ "name": "lg" },
|
|
92
|
-
{ "name": "xl" }
|
|
93
|
-
]
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
"name": "disabled",
|
|
97
|
-
"description": "Specify if the Avatar is disabled",
|
|
98
|
-
"values": []
|
|
99
|
-
},
|
|
100
|
-
{
|
|
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",
|
|
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" }]
|
|
153
|
-
}
|
|
154
|
-
],
|
|
155
|
-
"references": [
|
|
156
|
-
{
|
|
157
|
-
"name": "Storybook",
|
|
158
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
|
|
159
|
-
}
|
|
160
|
-
]
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"name": "bm-badge",
|
|
164
|
-
"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",
|
|
165
|
-
"attributes": [
|
|
166
|
-
{
|
|
167
|
-
"name": "appearance",
|
|
168
|
-
"description": "Specify the appearance of the Badge",
|
|
169
|
-
"values": [
|
|
170
|
-
{ "name": "infoPrimary" },
|
|
171
|
-
{ "name": "infoSecondary" },
|
|
172
|
-
{ "name": "positive" },
|
|
173
|
-
{ "name": "warning" },
|
|
174
|
-
{ "name": "negative" }
|
|
175
|
-
]
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"name": "theme",
|
|
179
|
-
"description": "Theme of the Badge",
|
|
180
|
-
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"name": "size",
|
|
184
|
-
"description": "Specify the size of the Badge",
|
|
185
|
-
"values": [{ "name": "sm" }, { "name": "md" }]
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
"name": "emphasis",
|
|
189
|
-
"description": "Specify the emphasis of the Badge",
|
|
190
|
-
"values": [
|
|
191
|
-
{ "name": "strong" },
|
|
192
|
-
{ "name": "medium" },
|
|
193
|
-
{ "name": "subtle" }
|
|
194
|
-
]
|
|
195
|
-
},
|
|
196
|
-
{ "name": "hideIcon", "description": "Hides Badge icon", "values": [] }
|
|
197
|
-
],
|
|
198
|
-
"references": [
|
|
199
|
-
{
|
|
200
|
-
"name": "Storybook",
|
|
201
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-badge"
|
|
202
|
-
}
|
|
203
|
-
]
|
|
204
|
-
},
|
|
205
64
|
{
|
|
206
65
|
"name": "bm-alert",
|
|
207
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",
|
|
@@ -716,6 +575,49 @@
|
|
|
716
575
|
}
|
|
717
576
|
]
|
|
718
577
|
},
|
|
578
|
+
{
|
|
579
|
+
"name": "bm-badge",
|
|
580
|
+
"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",
|
|
581
|
+
"attributes": [
|
|
582
|
+
{
|
|
583
|
+
"name": "appearance",
|
|
584
|
+
"description": "Specify the appearance of the Badge",
|
|
585
|
+
"values": [
|
|
586
|
+
{ "name": "infoPrimary" },
|
|
587
|
+
{ "name": "infoSecondary" },
|
|
588
|
+
{ "name": "positive" },
|
|
589
|
+
{ "name": "warning" },
|
|
590
|
+
{ "name": "negative" }
|
|
591
|
+
]
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"name": "theme",
|
|
595
|
+
"description": "Theme of the Badge",
|
|
596
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"name": "size",
|
|
600
|
+
"description": "Specify the size of the Badge",
|
|
601
|
+
"values": [{ "name": "sm" }, { "name": "md" }]
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"name": "emphasis",
|
|
605
|
+
"description": "Specify the emphasis of the Badge",
|
|
606
|
+
"values": [
|
|
607
|
+
{ "name": "strong" },
|
|
608
|
+
{ "name": "medium" },
|
|
609
|
+
{ "name": "subtle" }
|
|
610
|
+
]
|
|
611
|
+
},
|
|
612
|
+
{ "name": "hideIcon", "description": "Hides Badge icon", "values": [] }
|
|
613
|
+
],
|
|
614
|
+
"references": [
|
|
615
|
+
{
|
|
616
|
+
"name": "Storybook",
|
|
617
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-badge"
|
|
618
|
+
}
|
|
619
|
+
]
|
|
620
|
+
},
|
|
719
621
|
{
|
|
720
622
|
"name": "bm-breadcrumb",
|
|
721
623
|
"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",
|
|
@@ -777,6 +679,104 @@
|
|
|
777
679
|
}
|
|
778
680
|
]
|
|
779
681
|
},
|
|
682
|
+
{
|
|
683
|
+
"name": "bm-avatar",
|
|
684
|
+
"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",
|
|
685
|
+
"attributes": [
|
|
686
|
+
{
|
|
687
|
+
"name": "appearance",
|
|
688
|
+
"description": "Specify the appearance of the Avatar",
|
|
689
|
+
"values": [{ "name": "accent" }, { "name": "neutral" }]
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"name": "name",
|
|
693
|
+
"description": "Specify a name to display initials in the Avatar",
|
|
694
|
+
"values": []
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"name": "src",
|
|
698
|
+
"description": "Pass an image to the Avatar",
|
|
699
|
+
"values": []
|
|
700
|
+
},
|
|
701
|
+
{ "name": "alt", "description": "Specify alt for image", "values": [] },
|
|
702
|
+
{
|
|
703
|
+
"name": "size",
|
|
704
|
+
"description": "Specify the size of the Avatar",
|
|
705
|
+
"values": [
|
|
706
|
+
{ "name": "xs" },
|
|
707
|
+
{ "name": "sm" },
|
|
708
|
+
{ "name": "md" },
|
|
709
|
+
{ "name": "lg" },
|
|
710
|
+
{ "name": "xl" }
|
|
711
|
+
]
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"name": "disabled",
|
|
715
|
+
"description": "Specify if the Avatar is disabled",
|
|
716
|
+
"values": []
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
"name": "shape",
|
|
720
|
+
"description": "Specify the shape of the Avatar",
|
|
721
|
+
"values": [{ "name": "circle" }, { "name": "square" }]
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"name": "isInteractive",
|
|
725
|
+
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
726
|
+
"values": []
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"name": "isFocusable",
|
|
730
|
+
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
731
|
+
"values": []
|
|
732
|
+
},
|
|
733
|
+
{ "name": "withBorder", "values": [] }
|
|
734
|
+
],
|
|
735
|
+
"references": [
|
|
736
|
+
{
|
|
737
|
+
"name": "Storybook",
|
|
738
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
|
|
739
|
+
}
|
|
740
|
+
]
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"name": "bm-avatar-group",
|
|
744
|
+
"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",
|
|
745
|
+
"attributes": [
|
|
746
|
+
{
|
|
747
|
+
"name": "wrapping",
|
|
748
|
+
"description": "Specify if the AvatarGroup wraps",
|
|
749
|
+
"values": []
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"name": "maxCount",
|
|
753
|
+
"description": "Specify the max number of avatars displayed in the group.",
|
|
754
|
+
"values": []
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"name": "size",
|
|
758
|
+
"description": "Specify the size of all Avatars",
|
|
759
|
+
"values": [
|
|
760
|
+
{ "name": "xs" },
|
|
761
|
+
{ "name": "sm" },
|
|
762
|
+
{ "name": "md" },
|
|
763
|
+
{ "name": "lg" },
|
|
764
|
+
{ "name": "xl" }
|
|
765
|
+
]
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"name": "layout",
|
|
769
|
+
"description": "Specify the kind of the group.",
|
|
770
|
+
"values": [{ "name": "stacked" }, { "name": "spaced" }]
|
|
771
|
+
}
|
|
772
|
+
],
|
|
773
|
+
"references": [
|
|
774
|
+
{
|
|
775
|
+
"name": "Storybook",
|
|
776
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
|
|
777
|
+
}
|
|
778
|
+
]
|
|
779
|
+
},
|
|
780
780
|
{
|
|
781
781
|
"name": "bm-button",
|
|
782
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",
|
|
@@ -2216,51 +2216,6 @@
|
|
|
2216
2216
|
}
|
|
2217
2217
|
]
|
|
2218
2218
|
},
|
|
2219
|
-
{
|
|
2220
|
-
"name": "bm-form",
|
|
2221
|
-
"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",
|
|
2222
|
-
"attributes": [
|
|
2223
|
-
{
|
|
2224
|
-
"name": "validationMode",
|
|
2225
|
-
"description": "Specify if validation runs on change or when loosing focus",
|
|
2226
|
-
"values": [
|
|
2227
|
-
{ "name": "onChange" },
|
|
2228
|
-
{ "name": "onBlur" },
|
|
2229
|
-
{ "name": "onSubmit" }
|
|
2230
|
-
]
|
|
2231
|
-
},
|
|
2232
|
-
{
|
|
2233
|
-
"name": "initialValues",
|
|
2234
|
-
"description": "Specify initial values on Form controls based on their names",
|
|
2235
|
-
"values": [{ "name": "Record<string" }, { "name": "FormValue>" }]
|
|
2236
|
-
},
|
|
2237
|
-
{
|
|
2238
|
-
"name": "required",
|
|
2239
|
-
"description": "Specify if input is a required",
|
|
2240
|
-
"values": []
|
|
2241
|
-
},
|
|
2242
|
-
{
|
|
2243
|
-
"name": "disabled",
|
|
2244
|
-
"description": "Specify if input is a disabled",
|
|
2245
|
-
"values": []
|
|
2246
|
-
},
|
|
2247
|
-
{
|
|
2248
|
-
"name": "readOnly",
|
|
2249
|
-
"description": "Specify if input is a read only",
|
|
2250
|
-
"values": []
|
|
2251
|
-
},
|
|
2252
|
-
{ "name": "action", "values": [] },
|
|
2253
|
-
{ "name": "method", "values": [] },
|
|
2254
|
-
{ "name": "target", "values": [] },
|
|
2255
|
-
{ "name": "enctype", "values": [] }
|
|
2256
|
-
],
|
|
2257
|
-
"references": [
|
|
2258
|
-
{
|
|
2259
|
-
"name": "Storybook",
|
|
2260
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-form"
|
|
2261
|
-
}
|
|
2262
|
-
]
|
|
2263
|
-
},
|
|
2264
2219
|
{
|
|
2265
2220
|
"name": "bm-native-select",
|
|
2266
2221
|
"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",
|
|
@@ -2331,6 +2286,51 @@
|
|
|
2331
2286
|
}
|
|
2332
2287
|
]
|
|
2333
2288
|
},
|
|
2289
|
+
{
|
|
2290
|
+
"name": "bm-form",
|
|
2291
|
+
"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",
|
|
2292
|
+
"attributes": [
|
|
2293
|
+
{
|
|
2294
|
+
"name": "validationMode",
|
|
2295
|
+
"description": "Specify if validation runs on change or when loosing focus",
|
|
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>" }]
|
|
2306
|
+
},
|
|
2307
|
+
{
|
|
2308
|
+
"name": "required",
|
|
2309
|
+
"description": "Specify if input is a required",
|
|
2310
|
+
"values": []
|
|
2311
|
+
},
|
|
2312
|
+
{
|
|
2313
|
+
"name": "disabled",
|
|
2314
|
+
"description": "Specify if input is a disabled",
|
|
2315
|
+
"values": []
|
|
2316
|
+
},
|
|
2317
|
+
{
|
|
2318
|
+
"name": "readOnly",
|
|
2319
|
+
"description": "Specify if input is a read only",
|
|
2320
|
+
"values": []
|
|
2321
|
+
},
|
|
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
2334
|
{
|
|
2335
2335
|
"name": "bm-radio-button",
|
|
2336
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",
|