@viasat/beam-web-components 2.62.0 → 2.63.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 +4129 -4129
- package/package.json +6 -6
- package/vscode.html-custom-data.json +226 -226
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@viasat/beam-web-components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.63.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.63.0",
|
|
68
|
+
"@viasat/beam-shared": "2.63.0",
|
|
69
|
+
"@viasat/beam-styles": "2.63.0",
|
|
70
|
+
"@viasat/beam-tokens": "2.63.0",
|
|
71
|
+
"@viasat/beam-icons": "2.63.0",
|
|
72
72
|
"clsx": "^1.2.1",
|
|
73
73
|
"lit": "^3.1.0",
|
|
74
74
|
"@lit/context": "^1.1.1",
|
|
@@ -61,79 +61,6 @@
|
|
|
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
64
|
{
|
|
138
65
|
"name": "bm-avatar",
|
|
139
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",
|
|
@@ -232,44 +159,6 @@
|
|
|
232
159
|
}
|
|
233
160
|
]
|
|
234
161
|
},
|
|
235
|
-
{
|
|
236
|
-
"name": "bm-badge-dot",
|
|
237
|
-
"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",
|
|
238
|
-
"attributes": [
|
|
239
|
-
{
|
|
240
|
-
"name": "theme",
|
|
241
|
-
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
242
|
-
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
243
|
-
},
|
|
244
|
-
{
|
|
245
|
-
"name": "appearance",
|
|
246
|
-
"description": "Specify the appearance of the BadgeDot",
|
|
247
|
-
"values": [
|
|
248
|
-
{ "name": "infoPrimary" },
|
|
249
|
-
{ "name": "infoSecondary" },
|
|
250
|
-
{ "name": "positive" },
|
|
251
|
-
{ "name": "warning" },
|
|
252
|
-
{ "name": "negative" }
|
|
253
|
-
]
|
|
254
|
-
},
|
|
255
|
-
{
|
|
256
|
-
"name": "emphasis",
|
|
257
|
-
"description": "Specify the emphasis of the BadgeDot",
|
|
258
|
-
"values": [{ "name": "strong" }, { "name": "subtle" }]
|
|
259
|
-
},
|
|
260
|
-
{
|
|
261
|
-
"name": "overrideDotColor",
|
|
262
|
-
"description": "Overrides default dot color",
|
|
263
|
-
"values": []
|
|
264
|
-
}
|
|
265
|
-
],
|
|
266
|
-
"references": [
|
|
267
|
-
{
|
|
268
|
-
"name": "Storybook",
|
|
269
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
|
|
270
|
-
}
|
|
271
|
-
]
|
|
272
|
-
},
|
|
273
162
|
{
|
|
274
163
|
"name": "bm-badge",
|
|
275
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",
|
|
@@ -845,6 +734,117 @@
|
|
|
845
734
|
}
|
|
846
735
|
]
|
|
847
736
|
},
|
|
737
|
+
{
|
|
738
|
+
"name": "bm-alert",
|
|
739
|
+
"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",
|
|
740
|
+
"attributes": [
|
|
741
|
+
{
|
|
742
|
+
"name": "heading",
|
|
743
|
+
"description": "Specify the heading text for Alert",
|
|
744
|
+
"values": []
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"name": "body",
|
|
748
|
+
"description": "Specify the body text for Alert",
|
|
749
|
+
"values": []
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"name": "size",
|
|
753
|
+
"description": "Specify the size of the Alert",
|
|
754
|
+
"values": [{ "name": "sm" }, { "name": "md" }]
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"name": "fullWidth",
|
|
758
|
+
"description": "Specify if the Alert has no border radius",
|
|
759
|
+
"values": []
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"name": "theme",
|
|
763
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
764
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
"name": "appearance",
|
|
768
|
+
"description": "Specify the appearance of the Alert",
|
|
769
|
+
"values": [
|
|
770
|
+
{ "name": "infoPrimary" },
|
|
771
|
+
{ "name": "infoSecondary" },
|
|
772
|
+
{ "name": "positive" },
|
|
773
|
+
{ "name": "warning" },
|
|
774
|
+
{ "name": "negative" }
|
|
775
|
+
]
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
"name": "hidden",
|
|
779
|
+
"description": "Specify if the Alert is hidden",
|
|
780
|
+
"values": []
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"name": "hideIcon",
|
|
784
|
+
"description": "Specify if the icon displays on the Alert",
|
|
785
|
+
"values": []
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"name": "dismissible",
|
|
789
|
+
"description": "Specify if the Alert can be dismissed",
|
|
790
|
+
"values": []
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"name": "disableAutoFocus",
|
|
794
|
+
"description": "Prevent autofocus on show",
|
|
795
|
+
"values": []
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"name": "disableCloseOnEscape",
|
|
799
|
+
"description": "Prevent Escape from closing",
|
|
800
|
+
"values": []
|
|
801
|
+
}
|
|
802
|
+
],
|
|
803
|
+
"references": [
|
|
804
|
+
{
|
|
805
|
+
"name": "Storybook",
|
|
806
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
|
|
807
|
+
}
|
|
808
|
+
]
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"name": "bm-badge-dot",
|
|
812
|
+
"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",
|
|
813
|
+
"attributes": [
|
|
814
|
+
{
|
|
815
|
+
"name": "theme",
|
|
816
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
817
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"name": "appearance",
|
|
821
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
822
|
+
"values": [
|
|
823
|
+
{ "name": "infoPrimary" },
|
|
824
|
+
{ "name": "infoSecondary" },
|
|
825
|
+
{ "name": "positive" },
|
|
826
|
+
{ "name": "warning" },
|
|
827
|
+
{ "name": "negative" }
|
|
828
|
+
]
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"name": "emphasis",
|
|
832
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
833
|
+
"values": [{ "name": "strong" }, { "name": "subtle" }]
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"name": "overrideDotColor",
|
|
837
|
+
"description": "Overrides default dot color",
|
|
838
|
+
"values": []
|
|
839
|
+
}
|
|
840
|
+
],
|
|
841
|
+
"references": [
|
|
842
|
+
{
|
|
843
|
+
"name": "Storybook",
|
|
844
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
|
|
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",
|
|
@@ -1909,6 +1909,121 @@
|
|
|
1909
1909
|
}
|
|
1910
1910
|
]
|
|
1911
1911
|
},
|
|
1912
|
+
{
|
|
1913
|
+
"name": "bm-native-select",
|
|
1914
|
+
"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",
|
|
1915
|
+
"attributes": [
|
|
1916
|
+
{
|
|
1917
|
+
"name": "required",
|
|
1918
|
+
"description": "Specify if NativeSelect is a required input",
|
|
1919
|
+
"values": []
|
|
1920
|
+
},
|
|
1921
|
+
{
|
|
1922
|
+
"name": "readOnly",
|
|
1923
|
+
"description": "Specify if NativeSelect displays in a read-only state",
|
|
1924
|
+
"values": []
|
|
1925
|
+
},
|
|
1926
|
+
{
|
|
1927
|
+
"name": "disabled",
|
|
1928
|
+
"description": "Specify if NativeSelect displays in a disabled state",
|
|
1929
|
+
"values": []
|
|
1930
|
+
},
|
|
1931
|
+
{
|
|
1932
|
+
"name": "error",
|
|
1933
|
+
"description": "Specify error text and display error state of a NativeSelect",
|
|
1934
|
+
"values": []
|
|
1935
|
+
},
|
|
1936
|
+
{
|
|
1937
|
+
"name": "fluid",
|
|
1938
|
+
"description": "Specify if NativeSelect is fluid",
|
|
1939
|
+
"values": []
|
|
1940
|
+
},
|
|
1941
|
+
{
|
|
1942
|
+
"name": "size",
|
|
1943
|
+
"description": "Specify the size of NativeSelect",
|
|
1944
|
+
"values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
|
|
1945
|
+
},
|
|
1946
|
+
{
|
|
1947
|
+
"name": "width",
|
|
1948
|
+
"description": "Specify the width of NativeSelect",
|
|
1949
|
+
"values": []
|
|
1950
|
+
},
|
|
1951
|
+
{
|
|
1952
|
+
"name": "ellipse",
|
|
1953
|
+
"description": "Specify if overflow displays ellipsis",
|
|
1954
|
+
"values": []
|
|
1955
|
+
},
|
|
1956
|
+
{
|
|
1957
|
+
"name": "hideRequiredMarker",
|
|
1958
|
+
"description": "Specify if the NativeSelect displays with an asterisk",
|
|
1959
|
+
"values": []
|
|
1960
|
+
},
|
|
1961
|
+
{
|
|
1962
|
+
"name": "theme",
|
|
1963
|
+
"description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
1964
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
1965
|
+
},
|
|
1966
|
+
{ "name": "id", "values": [] },
|
|
1967
|
+
{ "name": "name", "values": [] },
|
|
1968
|
+
{ "name": "value", "values": [] },
|
|
1969
|
+
{
|
|
1970
|
+
"name": "validationRules",
|
|
1971
|
+
"values": [{ "name": "Array<FormValidator>" }]
|
|
1972
|
+
},
|
|
1973
|
+
{ "name": "input-aria-label", "values": [] }
|
|
1974
|
+
],
|
|
1975
|
+
"references": [
|
|
1976
|
+
{
|
|
1977
|
+
"name": "Storybook",
|
|
1978
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-nativeselect"
|
|
1979
|
+
}
|
|
1980
|
+
]
|
|
1981
|
+
},
|
|
1982
|
+
{
|
|
1983
|
+
"name": "bm-form",
|
|
1984
|
+
"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",
|
|
1985
|
+
"attributes": [
|
|
1986
|
+
{
|
|
1987
|
+
"name": "validationMode",
|
|
1988
|
+
"description": "Specify if validation runs on change or when loosing focus",
|
|
1989
|
+
"values": [
|
|
1990
|
+
{ "name": "onChange" },
|
|
1991
|
+
{ "name": "onBlur" },
|
|
1992
|
+
{ "name": "onSubmit" }
|
|
1993
|
+
]
|
|
1994
|
+
},
|
|
1995
|
+
{
|
|
1996
|
+
"name": "initialValues",
|
|
1997
|
+
"description": "Specify initial values on Form controls based on their names",
|
|
1998
|
+
"values": [{ "name": "Record<string" }, { "name": "FormValue>" }]
|
|
1999
|
+
},
|
|
2000
|
+
{
|
|
2001
|
+
"name": "required",
|
|
2002
|
+
"description": "Specify if input is a required",
|
|
2003
|
+
"values": []
|
|
2004
|
+
},
|
|
2005
|
+
{
|
|
2006
|
+
"name": "disabled",
|
|
2007
|
+
"description": "Specify if input is a disabled",
|
|
2008
|
+
"values": []
|
|
2009
|
+
},
|
|
2010
|
+
{
|
|
2011
|
+
"name": "readOnly",
|
|
2012
|
+
"description": "Specify if input is a read only",
|
|
2013
|
+
"values": []
|
|
2014
|
+
},
|
|
2015
|
+
{ "name": "action", "values": [] },
|
|
2016
|
+
{ "name": "method", "values": [] },
|
|
2017
|
+
{ "name": "target", "values": [] },
|
|
2018
|
+
{ "name": "enctype", "values": [] }
|
|
2019
|
+
],
|
|
2020
|
+
"references": [
|
|
2021
|
+
{
|
|
2022
|
+
"name": "Storybook",
|
|
2023
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-form"
|
|
2024
|
+
}
|
|
2025
|
+
]
|
|
2026
|
+
},
|
|
1912
2027
|
{
|
|
1913
2028
|
"name": "bm-file-upload-button",
|
|
1914
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",
|
|
@@ -2216,51 +2331,6 @@
|
|
|
2216
2331
|
}
|
|
2217
2332
|
]
|
|
2218
2333
|
},
|
|
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
2334
|
{
|
|
2265
2335
|
"name": "bm-radio-button",
|
|
2266
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",
|
|
@@ -2313,76 +2383,6 @@
|
|
|
2313
2383
|
}
|
|
2314
2384
|
]
|
|
2315
2385
|
},
|
|
2316
|
-
{
|
|
2317
|
-
"name": "bm-native-select",
|
|
2318
|
-
"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",
|
|
2319
|
-
"attributes": [
|
|
2320
|
-
{
|
|
2321
|
-
"name": "required",
|
|
2322
|
-
"description": "Specify if NativeSelect is a required input",
|
|
2323
|
-
"values": []
|
|
2324
|
-
},
|
|
2325
|
-
{
|
|
2326
|
-
"name": "readOnly",
|
|
2327
|
-
"description": "Specify if NativeSelect displays in a read-only state",
|
|
2328
|
-
"values": []
|
|
2329
|
-
},
|
|
2330
|
-
{
|
|
2331
|
-
"name": "disabled",
|
|
2332
|
-
"description": "Specify if NativeSelect displays in a disabled state",
|
|
2333
|
-
"values": []
|
|
2334
|
-
},
|
|
2335
|
-
{
|
|
2336
|
-
"name": "error",
|
|
2337
|
-
"description": "Specify error text and display error state of a NativeSelect",
|
|
2338
|
-
"values": []
|
|
2339
|
-
},
|
|
2340
|
-
{
|
|
2341
|
-
"name": "fluid",
|
|
2342
|
-
"description": "Specify if NativeSelect is fluid",
|
|
2343
|
-
"values": []
|
|
2344
|
-
},
|
|
2345
|
-
{
|
|
2346
|
-
"name": "size",
|
|
2347
|
-
"description": "Specify the size of NativeSelect",
|
|
2348
|
-
"values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
|
|
2349
|
-
},
|
|
2350
|
-
{
|
|
2351
|
-
"name": "width",
|
|
2352
|
-
"description": "Specify the width of NativeSelect",
|
|
2353
|
-
"values": []
|
|
2354
|
-
},
|
|
2355
|
-
{
|
|
2356
|
-
"name": "ellipse",
|
|
2357
|
-
"description": "Specify if overflow displays ellipsis",
|
|
2358
|
-
"values": []
|
|
2359
|
-
},
|
|
2360
|
-
{
|
|
2361
|
-
"name": "hideRequiredMarker",
|
|
2362
|
-
"description": "Specify if the NativeSelect displays with an asterisk",
|
|
2363
|
-
"values": []
|
|
2364
|
-
},
|
|
2365
|
-
{
|
|
2366
|
-
"name": "theme",
|
|
2367
|
-
"description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
2368
|
-
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
2369
|
-
},
|
|
2370
|
-
{ "name": "id", "values": [] },
|
|
2371
|
-
{ "name": "name", "values": [] },
|
|
2372
|
-
{ "name": "value", "values": [] },
|
|
2373
|
-
{
|
|
2374
|
-
"name": "validationRules",
|
|
2375
|
-
"values": [{ "name": "Array<FormValidator>" }]
|
|
2376
|
-
},
|
|
2377
|
-
{ "name": "input-aria-label", "values": [] }
|
|
2378
|
-
],
|
|
2379
|
-
"references": [
|
|
2380
|
-
{
|
|
2381
|
-
"name": "Storybook",
|
|
2382
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-nativeselect"
|
|
2383
|
-
}
|
|
2384
|
-
]
|
|
2385
|
-
},
|
|
2386
2386
|
{
|
|
2387
2387
|
"name": "bm-switch",
|
|
2388
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.",
|