@viasat/beam-web-components 2.29.0 → 2.30.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 +1789 -1789
- package/package.json +6 -6
- package/vscode.html-custom-data.json +236 -236
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@viasat/beam-web-components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.30.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.30.0",
|
|
68
|
+
"@viasat/beam-shared": "2.30.0",
|
|
69
|
+
"@viasat/beam-styles": "2.30.0",
|
|
70
|
+
"@viasat/beam-tokens": "2.30.0",
|
|
71
|
+
"@viasat/beam-icons": "2.30.0",
|
|
72
72
|
"clsx": "^1.2.1",
|
|
73
73
|
"lit": "^3.1.0",
|
|
74
74
|
"@lit/context": "^1.1.1",
|
|
@@ -61,104 +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
64
|
{
|
|
163
65
|
"name": "bm-badge",
|
|
164
66
|
"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",
|
|
@@ -202,79 +104,6 @@
|
|
|
202
104
|
}
|
|
203
105
|
]
|
|
204
106
|
},
|
|
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
107
|
{
|
|
279
108
|
"name": "bm-badge-dot",
|
|
280
109
|
"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",
|
|
@@ -716,6 +545,177 @@
|
|
|
716
545
|
}
|
|
717
546
|
]
|
|
718
547
|
},
|
|
548
|
+
{
|
|
549
|
+
"name": "bm-alert",
|
|
550
|
+
"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",
|
|
551
|
+
"attributes": [
|
|
552
|
+
{
|
|
553
|
+
"name": "heading",
|
|
554
|
+
"description": "Specify the heading text for Alert",
|
|
555
|
+
"values": []
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"name": "body",
|
|
559
|
+
"description": "Specify the body text for Alert",
|
|
560
|
+
"values": []
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"name": "size",
|
|
564
|
+
"description": "Specify the size of the Alert",
|
|
565
|
+
"values": [{ "name": "sm" }, { "name": "md" }]
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"name": "fullWidth",
|
|
569
|
+
"description": "Specify if the Alert has no border radius",
|
|
570
|
+
"values": []
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"name": "theme",
|
|
574
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
575
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"name": "appearance",
|
|
579
|
+
"description": "Specify the appearance of the Alert",
|
|
580
|
+
"values": [
|
|
581
|
+
{ "name": "infoPrimary" },
|
|
582
|
+
{ "name": "infoSecondary" },
|
|
583
|
+
{ "name": "positive" },
|
|
584
|
+
{ "name": "warning" },
|
|
585
|
+
{ "name": "negative" }
|
|
586
|
+
]
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
"name": "hidden",
|
|
590
|
+
"description": "Specify if the Alert is hidden",
|
|
591
|
+
"values": []
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"name": "hideIcon",
|
|
595
|
+
"description": "Specify if the icon displays on the Alert",
|
|
596
|
+
"values": []
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"name": "dismissible",
|
|
600
|
+
"description": "Specify if the Alert can be dismissed",
|
|
601
|
+
"values": []
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"name": "disableAutoFocus",
|
|
605
|
+
"description": "Prevent autofocus on show",
|
|
606
|
+
"values": []
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"name": "disableCloseOnEscape",
|
|
610
|
+
"description": "Prevent Escape from closing",
|
|
611
|
+
"values": []
|
|
612
|
+
}
|
|
613
|
+
],
|
|
614
|
+
"references": [
|
|
615
|
+
{
|
|
616
|
+
"name": "Storybook",
|
|
617
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
|
|
618
|
+
}
|
|
619
|
+
]
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"name": "bm-avatar",
|
|
623
|
+
"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",
|
|
624
|
+
"attributes": [
|
|
625
|
+
{
|
|
626
|
+
"name": "appearance",
|
|
627
|
+
"description": "Specify the appearance of the Avatar",
|
|
628
|
+
"values": [{ "name": "accent" }, { "name": "neutral" }]
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"name": "name",
|
|
632
|
+
"description": "Specify a name to display initials in the Avatar",
|
|
633
|
+
"values": []
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"name": "src",
|
|
637
|
+
"description": "Pass an image to the Avatar",
|
|
638
|
+
"values": []
|
|
639
|
+
},
|
|
640
|
+
{ "name": "alt", "description": "Specify alt for image", "values": [] },
|
|
641
|
+
{
|
|
642
|
+
"name": "size",
|
|
643
|
+
"description": "Specify the size of the Avatar",
|
|
644
|
+
"values": [
|
|
645
|
+
{ "name": "xs" },
|
|
646
|
+
{ "name": "sm" },
|
|
647
|
+
{ "name": "md" },
|
|
648
|
+
{ "name": "lg" },
|
|
649
|
+
{ "name": "xl" }
|
|
650
|
+
]
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"name": "disabled",
|
|
654
|
+
"description": "Specify if the Avatar is disabled",
|
|
655
|
+
"values": []
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"name": "shape",
|
|
659
|
+
"description": "Specify the shape of the Avatar",
|
|
660
|
+
"values": [{ "name": "circle" }, { "name": "square" }]
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"name": "isInteractive",
|
|
664
|
+
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
665
|
+
"values": []
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"name": "isFocusable",
|
|
669
|
+
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
670
|
+
"values": []
|
|
671
|
+
},
|
|
672
|
+
{ "name": "withBorder", "values": [] }
|
|
673
|
+
],
|
|
674
|
+
"references": [
|
|
675
|
+
{
|
|
676
|
+
"name": "Storybook",
|
|
677
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
|
|
678
|
+
}
|
|
679
|
+
]
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"name": "bm-avatar-group",
|
|
683
|
+
"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",
|
|
684
|
+
"attributes": [
|
|
685
|
+
{
|
|
686
|
+
"name": "wrapping",
|
|
687
|
+
"description": "Specify if the AvatarGroup wraps",
|
|
688
|
+
"values": []
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"name": "maxCount",
|
|
692
|
+
"description": "Specify the max number of avatars displayed in the group.",
|
|
693
|
+
"values": []
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"name": "size",
|
|
697
|
+
"description": "Specify the size of all Avatars",
|
|
698
|
+
"values": [
|
|
699
|
+
{ "name": "xs" },
|
|
700
|
+
{ "name": "sm" },
|
|
701
|
+
{ "name": "md" },
|
|
702
|
+
{ "name": "lg" },
|
|
703
|
+
{ "name": "xl" }
|
|
704
|
+
]
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"name": "layout",
|
|
708
|
+
"description": "Specify the kind of the group.",
|
|
709
|
+
"values": [{ "name": "stacked" }, { "name": "spaced" }]
|
|
710
|
+
}
|
|
711
|
+
],
|
|
712
|
+
"references": [
|
|
713
|
+
{
|
|
714
|
+
"name": "Storybook",
|
|
715
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-avatar"
|
|
716
|
+
}
|
|
717
|
+
]
|
|
718
|
+
},
|
|
719
719
|
{
|
|
720
720
|
"name": "bm-breadcrumb",
|
|
721
721
|
"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",
|
|
@@ -2211,71 +2211,6 @@
|
|
|
2211
2211
|
}
|
|
2212
2212
|
]
|
|
2213
2213
|
},
|
|
2214
|
-
{
|
|
2215
|
-
"name": "bm-native-select",
|
|
2216
|
-
"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",
|
|
2217
|
-
"attributes": [
|
|
2218
|
-
{
|
|
2219
|
-
"name": "required",
|
|
2220
|
-
"description": "Specify if NativeSelect is a required input",
|
|
2221
|
-
"values": []
|
|
2222
|
-
},
|
|
2223
|
-
{
|
|
2224
|
-
"name": "readOnly",
|
|
2225
|
-
"description": "Specify if NativeSelect displays in a read-only state",
|
|
2226
|
-
"values": []
|
|
2227
|
-
},
|
|
2228
|
-
{
|
|
2229
|
-
"name": "disabled",
|
|
2230
|
-
"description": "Specify if NativeSelect displays in a disabled state",
|
|
2231
|
-
"values": []
|
|
2232
|
-
},
|
|
2233
|
-
{
|
|
2234
|
-
"name": "error",
|
|
2235
|
-
"description": "Specify error text and display error state of a NativeSelect",
|
|
2236
|
-
"values": []
|
|
2237
|
-
},
|
|
2238
|
-
{
|
|
2239
|
-
"name": "fluid",
|
|
2240
|
-
"description": "Specify if NativeSelect is fluid",
|
|
2241
|
-
"values": []
|
|
2242
|
-
},
|
|
2243
|
-
{
|
|
2244
|
-
"name": "width",
|
|
2245
|
-
"description": "Specify the width of NativeSelect",
|
|
2246
|
-
"values": []
|
|
2247
|
-
},
|
|
2248
|
-
{
|
|
2249
|
-
"name": "ellipse",
|
|
2250
|
-
"description": "Specify if overflow displays ellipsis",
|
|
2251
|
-
"values": []
|
|
2252
|
-
},
|
|
2253
|
-
{
|
|
2254
|
-
"name": "hideRequiredMarker",
|
|
2255
|
-
"description": "Specify if the NativeSelect displays with an asterisk",
|
|
2256
|
-
"values": []
|
|
2257
|
-
},
|
|
2258
|
-
{
|
|
2259
|
-
"name": "theme",
|
|
2260
|
-
"description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
2261
|
-
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
2262
|
-
},
|
|
2263
|
-
{ "name": "id", "values": [] },
|
|
2264
|
-
{ "name": "name", "values": [] },
|
|
2265
|
-
{ "name": "value", "values": [] },
|
|
2266
|
-
{
|
|
2267
|
-
"name": "validationRules",
|
|
2268
|
-
"values": [{ "name": "Array<FormValidator>" }]
|
|
2269
|
-
},
|
|
2270
|
-
{ "name": "input-aria-label", "values": [] }
|
|
2271
|
-
],
|
|
2272
|
-
"references": [
|
|
2273
|
-
{
|
|
2274
|
-
"name": "Storybook",
|
|
2275
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-nativeselect"
|
|
2276
|
-
}
|
|
2277
|
-
]
|
|
2278
|
-
},
|
|
2279
2214
|
{
|
|
2280
2215
|
"name": "bm-form",
|
|
2281
2216
|
"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",
|
|
@@ -2506,6 +2441,71 @@
|
|
|
2506
2441
|
}
|
|
2507
2442
|
]
|
|
2508
2443
|
},
|
|
2444
|
+
{
|
|
2445
|
+
"name": "bm-native-select",
|
|
2446
|
+
"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",
|
|
2447
|
+
"attributes": [
|
|
2448
|
+
{
|
|
2449
|
+
"name": "required",
|
|
2450
|
+
"description": "Specify if NativeSelect is a required input",
|
|
2451
|
+
"values": []
|
|
2452
|
+
},
|
|
2453
|
+
{
|
|
2454
|
+
"name": "readOnly",
|
|
2455
|
+
"description": "Specify if NativeSelect displays in a read-only state",
|
|
2456
|
+
"values": []
|
|
2457
|
+
},
|
|
2458
|
+
{
|
|
2459
|
+
"name": "disabled",
|
|
2460
|
+
"description": "Specify if NativeSelect displays in a disabled state",
|
|
2461
|
+
"values": []
|
|
2462
|
+
},
|
|
2463
|
+
{
|
|
2464
|
+
"name": "error",
|
|
2465
|
+
"description": "Specify error text and display error state of a NativeSelect",
|
|
2466
|
+
"values": []
|
|
2467
|
+
},
|
|
2468
|
+
{
|
|
2469
|
+
"name": "fluid",
|
|
2470
|
+
"description": "Specify if NativeSelect is fluid",
|
|
2471
|
+
"values": []
|
|
2472
|
+
},
|
|
2473
|
+
{
|
|
2474
|
+
"name": "width",
|
|
2475
|
+
"description": "Specify the width of NativeSelect",
|
|
2476
|
+
"values": []
|
|
2477
|
+
},
|
|
2478
|
+
{
|
|
2479
|
+
"name": "ellipse",
|
|
2480
|
+
"description": "Specify if overflow displays ellipsis",
|
|
2481
|
+
"values": []
|
|
2482
|
+
},
|
|
2483
|
+
{
|
|
2484
|
+
"name": "hideRequiredMarker",
|
|
2485
|
+
"description": "Specify if the NativeSelect displays with an asterisk",
|
|
2486
|
+
"values": []
|
|
2487
|
+
},
|
|
2488
|
+
{
|
|
2489
|
+
"name": "theme",
|
|
2490
|
+
"description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
2491
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
2492
|
+
},
|
|
2493
|
+
{ "name": "id", "values": [] },
|
|
2494
|
+
{ "name": "name", "values": [] },
|
|
2495
|
+
{ "name": "value", "values": [] },
|
|
2496
|
+
{
|
|
2497
|
+
"name": "validationRules",
|
|
2498
|
+
"values": [{ "name": "Array<FormValidator>" }]
|
|
2499
|
+
},
|
|
2500
|
+
{ "name": "input-aria-label", "values": [] }
|
|
2501
|
+
],
|
|
2502
|
+
"references": [
|
|
2503
|
+
{
|
|
2504
|
+
"name": "Storybook",
|
|
2505
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-nativeselect"
|
|
2506
|
+
}
|
|
2507
|
+
]
|
|
2508
|
+
},
|
|
2509
2509
|
{
|
|
2510
2510
|
"name": "bm-checkbox-group",
|
|
2511
2511
|
"description": "\n---\n\n\n### **Slots:**\n - **label** - Add label text to the InputChoiceGroup\n- **helperText** - Add helper text to the InputChoiceGroup",
|