@viasat/beam-web-components 2.71.0 → 2.72.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/Badge/Badge.js +20 -20
- package/custom-elements.json +2388 -2388
- package/local/Badge/Badge.js +19 -19
- package/package.json +6 -6
- package/vscode.html-custom-data.json +357 -357
|
@@ -159,49 +159,6 @@
|
|
|
159
159
|
}
|
|
160
160
|
]
|
|
161
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
162
|
{
|
|
206
163
|
"name": "bm-badge-dot",
|
|
207
164
|
"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",
|
|
@@ -240,140 +197,6 @@
|
|
|
240
197
|
}
|
|
241
198
|
]
|
|
242
199
|
},
|
|
243
|
-
{
|
|
244
|
-
"name": "bm-alert",
|
|
245
|
-
"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",
|
|
246
|
-
"attributes": [
|
|
247
|
-
{
|
|
248
|
-
"name": "heading",
|
|
249
|
-
"description": "Specify the heading text for Alert",
|
|
250
|
-
"values": []
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
"name": "body",
|
|
254
|
-
"description": "Specify the body text for Alert",
|
|
255
|
-
"values": []
|
|
256
|
-
},
|
|
257
|
-
{
|
|
258
|
-
"name": "size",
|
|
259
|
-
"description": "Specify the size of the Alert",
|
|
260
|
-
"values": [{ "name": "sm" }, { "name": "md" }]
|
|
261
|
-
},
|
|
262
|
-
{
|
|
263
|
-
"name": "fullWidth",
|
|
264
|
-
"description": "Specify if the Alert has no border radius",
|
|
265
|
-
"values": []
|
|
266
|
-
},
|
|
267
|
-
{
|
|
268
|
-
"name": "theme",
|
|
269
|
-
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
270
|
-
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
"name": "appearance",
|
|
274
|
-
"description": "Specify the appearance of the Alert",
|
|
275
|
-
"values": [
|
|
276
|
-
{ "name": "infoPrimary" },
|
|
277
|
-
{ "name": "infoSecondary" },
|
|
278
|
-
{ "name": "positive" },
|
|
279
|
-
{ "name": "warning" },
|
|
280
|
-
{ "name": "negative" }
|
|
281
|
-
]
|
|
282
|
-
},
|
|
283
|
-
{
|
|
284
|
-
"name": "hidden",
|
|
285
|
-
"description": "Specify if the Alert is hidden",
|
|
286
|
-
"values": []
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
"name": "hideIcon",
|
|
290
|
-
"description": "Specify if the icon displays on the Alert",
|
|
291
|
-
"values": []
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
"name": "dismissible",
|
|
295
|
-
"description": "Specify if the Alert can be dismissed",
|
|
296
|
-
"values": []
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
"name": "disableAutoFocus",
|
|
300
|
-
"description": "Prevent autofocus on show",
|
|
301
|
-
"values": []
|
|
302
|
-
},
|
|
303
|
-
{
|
|
304
|
-
"name": "disableCloseOnEscape",
|
|
305
|
-
"description": "Prevent Escape from closing",
|
|
306
|
-
"values": []
|
|
307
|
-
}
|
|
308
|
-
],
|
|
309
|
-
"references": [
|
|
310
|
-
{
|
|
311
|
-
"name": "Storybook",
|
|
312
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
|
|
313
|
-
}
|
|
314
|
-
]
|
|
315
|
-
},
|
|
316
|
-
{
|
|
317
|
-
"name": "bm-breadcrumb",
|
|
318
|
-
"description": "`bm-breadcrumb`\n\n### Attributes:\n- **wrap** - Specify if items wrap or collapse to an ellipsis\n- **itemsBeforeCollapse** - Specify how many items show before ellipsis\n- **itemsAfterCollapse** - Specify how many items show after ellipsis\n- **theme** - Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent\n---\n\n\n### **Slots:**\n - **default** - Pass items to the Breadcrumb",
|
|
319
|
-
"attributes": [
|
|
320
|
-
{
|
|
321
|
-
"name": "wrap",
|
|
322
|
-
"description": "Specify if items wrap or collapse to an ellipsis",
|
|
323
|
-
"values": []
|
|
324
|
-
},
|
|
325
|
-
{
|
|
326
|
-
"name": "itemsBeforeCollapse",
|
|
327
|
-
"description": "Specify how many items show before ellipsis",
|
|
328
|
-
"values": []
|
|
329
|
-
},
|
|
330
|
-
{
|
|
331
|
-
"name": "itemsAfterCollapse",
|
|
332
|
-
"description": "Specify how many items show after ellipsis",
|
|
333
|
-
"values": []
|
|
334
|
-
},
|
|
335
|
-
{
|
|
336
|
-
"name": "theme",
|
|
337
|
-
"description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
|
|
338
|
-
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
339
|
-
}
|
|
340
|
-
],
|
|
341
|
-
"references": [
|
|
342
|
-
{
|
|
343
|
-
"name": "Storybook",
|
|
344
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
|
|
345
|
-
}
|
|
346
|
-
]
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
"name": "bm-breadcrumb-item",
|
|
350
|
-
"description": "`bm-breadcrumb-item`\n\n### Attributes:\n- **href** - Pass href to an item\n- **clickable** - Specify if the item is interactive without an href\n- **truncationWidth** - Specify truncation width of the items. Sets max-width for all items but the last.\n- **isCurrent** - Specify explicitly if the item is the last one\n- **isCollapsed** \n---\n\n\n### **Slots:**\n - **default** - Pass text to an item\n- **icon** - Pass icon to an item",
|
|
351
|
-
"attributes": [
|
|
352
|
-
{ "name": "href", "description": "Pass href to an item", "values": [] },
|
|
353
|
-
{
|
|
354
|
-
"name": "clickable",
|
|
355
|
-
"description": "Specify if the item is interactive without an href",
|
|
356
|
-
"values": []
|
|
357
|
-
},
|
|
358
|
-
{
|
|
359
|
-
"name": "truncationWidth",
|
|
360
|
-
"description": "Specify truncation width of the items. Sets max-width for all items but the last.",
|
|
361
|
-
"values": []
|
|
362
|
-
},
|
|
363
|
-
{
|
|
364
|
-
"name": "isCurrent",
|
|
365
|
-
"description": "Specify explicitly if the item is the last one",
|
|
366
|
-
"values": []
|
|
367
|
-
},
|
|
368
|
-
{ "name": "isCollapsed", "values": [] }
|
|
369
|
-
],
|
|
370
|
-
"references": [
|
|
371
|
-
{
|
|
372
|
-
"name": "Storybook",
|
|
373
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
|
|
374
|
-
}
|
|
375
|
-
]
|
|
376
|
-
},
|
|
377
200
|
{
|
|
378
201
|
"name": "bm-box",
|
|
379
202
|
"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",
|
|
@@ -777,6 +600,67 @@
|
|
|
777
600
|
}
|
|
778
601
|
]
|
|
779
602
|
},
|
|
603
|
+
{
|
|
604
|
+
"name": "bm-breadcrumb",
|
|
605
|
+
"description": "`bm-breadcrumb`\n\n### Attributes:\n- **wrap** - Specify if items wrap or collapse to an ellipsis\n- **itemsBeforeCollapse** - Specify how many items show before ellipsis\n- **itemsAfterCollapse** - Specify how many items show after ellipsis\n- **theme** - Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent\n---\n\n\n### **Slots:**\n - **default** - Pass items to the Breadcrumb",
|
|
606
|
+
"attributes": [
|
|
607
|
+
{
|
|
608
|
+
"name": "wrap",
|
|
609
|
+
"description": "Specify if items wrap or collapse to an ellipsis",
|
|
610
|
+
"values": []
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"name": "itemsBeforeCollapse",
|
|
614
|
+
"description": "Specify how many items show before ellipsis",
|
|
615
|
+
"values": []
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"name": "itemsAfterCollapse",
|
|
619
|
+
"description": "Specify how many items show after ellipsis",
|
|
620
|
+
"values": []
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"name": "theme",
|
|
624
|
+
"description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
|
|
625
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
626
|
+
}
|
|
627
|
+
],
|
|
628
|
+
"references": [
|
|
629
|
+
{
|
|
630
|
+
"name": "Storybook",
|
|
631
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
|
|
632
|
+
}
|
|
633
|
+
]
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"name": "bm-breadcrumb-item",
|
|
637
|
+
"description": "`bm-breadcrumb-item`\n\n### Attributes:\n- **href** - Pass href to an item\n- **clickable** - Specify if the item is interactive without an href\n- **truncationWidth** - Specify truncation width of the items. Sets max-width for all items but the last.\n- **isCurrent** - Specify explicitly if the item is the last one\n- **isCollapsed** \n---\n\n\n### **Slots:**\n - **default** - Pass text to an item\n- **icon** - Pass icon to an item",
|
|
638
|
+
"attributes": [
|
|
639
|
+
{ "name": "href", "description": "Pass href to an item", "values": [] },
|
|
640
|
+
{
|
|
641
|
+
"name": "clickable",
|
|
642
|
+
"description": "Specify if the item is interactive without an href",
|
|
643
|
+
"values": []
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"name": "truncationWidth",
|
|
647
|
+
"description": "Specify truncation width of the items. Sets max-width for all items but the last.",
|
|
648
|
+
"values": []
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"name": "isCurrent",
|
|
652
|
+
"description": "Specify explicitly if the item is the last one",
|
|
653
|
+
"values": []
|
|
654
|
+
},
|
|
655
|
+
{ "name": "isCollapsed", "values": [] }
|
|
656
|
+
],
|
|
657
|
+
"references": [
|
|
658
|
+
{
|
|
659
|
+
"name": "Storybook",
|
|
660
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
|
|
661
|
+
}
|
|
662
|
+
]
|
|
663
|
+
},
|
|
780
664
|
{
|
|
781
665
|
"name": "bm-button",
|
|
782
666
|
"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",
|
|
@@ -846,23 +730,139 @@
|
|
|
846
730
|
]
|
|
847
731
|
},
|
|
848
732
|
{
|
|
849
|
-
"name": "bm-
|
|
850
|
-
"description": "`bm-
|
|
733
|
+
"name": "bm-alert",
|
|
734
|
+
"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",
|
|
851
735
|
"attributes": [
|
|
852
736
|
{
|
|
853
|
-
"name": "
|
|
854
|
-
"description": "Specify the
|
|
855
|
-
"values": [
|
|
856
|
-
{ "name": "xs" },
|
|
857
|
-
{ "name": "sm" },
|
|
858
|
-
{ "name": "md" },
|
|
859
|
-
{ "name": "lg" },
|
|
860
|
-
{ "name": "xl" }
|
|
861
|
-
]
|
|
737
|
+
"name": "heading",
|
|
738
|
+
"description": "Specify the heading text for Alert",
|
|
739
|
+
"values": []
|
|
862
740
|
},
|
|
863
741
|
{
|
|
864
|
-
"name": "
|
|
865
|
-
"description": "Specify
|
|
742
|
+
"name": "body",
|
|
743
|
+
"description": "Specify the body text for Alert",
|
|
744
|
+
"values": []
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"name": "size",
|
|
748
|
+
"description": "Specify the size of the Alert",
|
|
749
|
+
"values": [{ "name": "sm" }, { "name": "md" }]
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"name": "fullWidth",
|
|
753
|
+
"description": "Specify if the Alert has no border radius",
|
|
754
|
+
"values": []
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"name": "theme",
|
|
758
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
759
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"name": "appearance",
|
|
763
|
+
"description": "Specify the appearance of the Alert",
|
|
764
|
+
"values": [
|
|
765
|
+
{ "name": "infoPrimary" },
|
|
766
|
+
{ "name": "infoSecondary" },
|
|
767
|
+
{ "name": "positive" },
|
|
768
|
+
{ "name": "warning" },
|
|
769
|
+
{ "name": "negative" }
|
|
770
|
+
]
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"name": "hidden",
|
|
774
|
+
"description": "Specify if the Alert is hidden",
|
|
775
|
+
"values": []
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
"name": "hideIcon",
|
|
779
|
+
"description": "Specify if the icon displays on the Alert",
|
|
780
|
+
"values": []
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"name": "dismissible",
|
|
784
|
+
"description": "Specify if the Alert can be dismissed",
|
|
785
|
+
"values": []
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"name": "disableAutoFocus",
|
|
789
|
+
"description": "Prevent autofocus on show",
|
|
790
|
+
"values": []
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"name": "disableCloseOnEscape",
|
|
794
|
+
"description": "Prevent Escape from closing",
|
|
795
|
+
"values": []
|
|
796
|
+
}
|
|
797
|
+
],
|
|
798
|
+
"references": [
|
|
799
|
+
{
|
|
800
|
+
"name": "Storybook",
|
|
801
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
|
|
802
|
+
}
|
|
803
|
+
]
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
"name": "bm-badge",
|
|
807
|
+
"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",
|
|
808
|
+
"attributes": [
|
|
809
|
+
{
|
|
810
|
+
"name": "appearance",
|
|
811
|
+
"description": "Specify the appearance of the Badge",
|
|
812
|
+
"values": [
|
|
813
|
+
{ "name": "infoPrimary" },
|
|
814
|
+
{ "name": "infoSecondary" },
|
|
815
|
+
{ "name": "positive" },
|
|
816
|
+
{ "name": "warning" },
|
|
817
|
+
{ "name": "negative" }
|
|
818
|
+
]
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"name": "theme",
|
|
822
|
+
"description": "Theme of the Badge",
|
|
823
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
824
|
+
},
|
|
825
|
+
{
|
|
826
|
+
"name": "size",
|
|
827
|
+
"description": "Specify the size of the Badge",
|
|
828
|
+
"values": [{ "name": "sm" }, { "name": "md" }]
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"name": "emphasis",
|
|
832
|
+
"description": "Specify the emphasis of the Badge",
|
|
833
|
+
"values": [
|
|
834
|
+
{ "name": "strong" },
|
|
835
|
+
{ "name": "medium" },
|
|
836
|
+
{ "name": "subtle" }
|
|
837
|
+
]
|
|
838
|
+
},
|
|
839
|
+
{ "name": "hideIcon", "description": "Hides Badge icon", "values": [] }
|
|
840
|
+
],
|
|
841
|
+
"references": [
|
|
842
|
+
{
|
|
843
|
+
"name": "Storybook",
|
|
844
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-badge"
|
|
845
|
+
}
|
|
846
|
+
]
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"name": "bm-close-button",
|
|
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",
|
|
851
|
+
"attributes": [
|
|
852
|
+
{
|
|
853
|
+
"name": "size",
|
|
854
|
+
"description": "Specify the size of the CloseButton",
|
|
855
|
+
"values": [
|
|
856
|
+
{ "name": "xs" },
|
|
857
|
+
{ "name": "sm" },
|
|
858
|
+
{ "name": "md" },
|
|
859
|
+
{ "name": "lg" },
|
|
860
|
+
{ "name": "xl" }
|
|
861
|
+
]
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"name": "disabled",
|
|
865
|
+
"description": "Specify if the CloseButton is disabled",
|
|
866
866
|
"values": []
|
|
867
867
|
}
|
|
868
868
|
],
|
|
@@ -2044,6 +2044,173 @@
|
|
|
2044
2044
|
}
|
|
2045
2045
|
]
|
|
2046
2046
|
},
|
|
2047
|
+
{
|
|
2048
|
+
"name": "bm-native-select",
|
|
2049
|
+
"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",
|
|
2050
|
+
"attributes": [
|
|
2051
|
+
{
|
|
2052
|
+
"name": "required",
|
|
2053
|
+
"description": "Specify if NativeSelect is a required input",
|
|
2054
|
+
"values": []
|
|
2055
|
+
},
|
|
2056
|
+
{
|
|
2057
|
+
"name": "readOnly",
|
|
2058
|
+
"description": "Specify if NativeSelect displays in a read-only state",
|
|
2059
|
+
"values": []
|
|
2060
|
+
},
|
|
2061
|
+
{
|
|
2062
|
+
"name": "disabled",
|
|
2063
|
+
"description": "Specify if NativeSelect displays in a disabled state",
|
|
2064
|
+
"values": []
|
|
2065
|
+
},
|
|
2066
|
+
{
|
|
2067
|
+
"name": "fluid",
|
|
2068
|
+
"description": "Specify if NativeSelect is fluid",
|
|
2069
|
+
"values": []
|
|
2070
|
+
},
|
|
2071
|
+
{
|
|
2072
|
+
"name": "size",
|
|
2073
|
+
"description": "Specify the size of NativeSelect",
|
|
2074
|
+
"values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
|
|
2075
|
+
},
|
|
2076
|
+
{
|
|
2077
|
+
"name": "width",
|
|
2078
|
+
"description": "Specify the width of NativeSelect",
|
|
2079
|
+
"values": []
|
|
2080
|
+
},
|
|
2081
|
+
{
|
|
2082
|
+
"name": "ellipse",
|
|
2083
|
+
"description": "Specify if overflow displays ellipsis",
|
|
2084
|
+
"values": []
|
|
2085
|
+
},
|
|
2086
|
+
{
|
|
2087
|
+
"name": "hideRequiredMarker",
|
|
2088
|
+
"description": "Specify if the NativeSelect displays with an asterisk",
|
|
2089
|
+
"values": []
|
|
2090
|
+
},
|
|
2091
|
+
{
|
|
2092
|
+
"name": "theme",
|
|
2093
|
+
"description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
2094
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
2095
|
+
},
|
|
2096
|
+
{ "name": "id", "values": [] },
|
|
2097
|
+
{ "name": "name", "values": [] },
|
|
2098
|
+
{ "name": "value", "values": [] },
|
|
2099
|
+
{
|
|
2100
|
+
"name": "validationRules",
|
|
2101
|
+
"values": [{ "name": "Array<FormValidator>" }]
|
|
2102
|
+
},
|
|
2103
|
+
{ "name": "input-aria-label", "values": [] },
|
|
2104
|
+
{
|
|
2105
|
+
"name": "error",
|
|
2106
|
+
"description": "Specify error text and display error state.\nPass a string to show an error message, or `true` to show the error\nstate without a message.",
|
|
2107
|
+
"values": [{ "name": "Optional<boolean" }, { "name": "string>" }]
|
|
2108
|
+
}
|
|
2109
|
+
],
|
|
2110
|
+
"references": [
|
|
2111
|
+
{
|
|
2112
|
+
"name": "Storybook",
|
|
2113
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-nativeselect"
|
|
2114
|
+
}
|
|
2115
|
+
]
|
|
2116
|
+
},
|
|
2117
|
+
{
|
|
2118
|
+
"name": "bm-form",
|
|
2119
|
+
"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",
|
|
2120
|
+
"attributes": [
|
|
2121
|
+
{
|
|
2122
|
+
"name": "validationMode",
|
|
2123
|
+
"description": "Specify if validation runs on change or when loosing focus",
|
|
2124
|
+
"values": [
|
|
2125
|
+
{ "name": "onChange" },
|
|
2126
|
+
{ "name": "onBlur" },
|
|
2127
|
+
{ "name": "onSubmit" }
|
|
2128
|
+
]
|
|
2129
|
+
},
|
|
2130
|
+
{
|
|
2131
|
+
"name": "initialValues",
|
|
2132
|
+
"description": "Specify initial values on Form controls based on their names",
|
|
2133
|
+
"values": [{ "name": "Record<string" }, { "name": "FormValue>" }]
|
|
2134
|
+
},
|
|
2135
|
+
{
|
|
2136
|
+
"name": "required",
|
|
2137
|
+
"description": "Specify if input is a required",
|
|
2138
|
+
"values": []
|
|
2139
|
+
},
|
|
2140
|
+
{
|
|
2141
|
+
"name": "disabled",
|
|
2142
|
+
"description": "Specify if input is a disabled",
|
|
2143
|
+
"values": []
|
|
2144
|
+
},
|
|
2145
|
+
{
|
|
2146
|
+
"name": "readOnly",
|
|
2147
|
+
"description": "Specify if input is a read only",
|
|
2148
|
+
"values": []
|
|
2149
|
+
},
|
|
2150
|
+
{ "name": "action", "values": [] },
|
|
2151
|
+
{ "name": "method", "values": [] },
|
|
2152
|
+
{ "name": "target", "values": [] },
|
|
2153
|
+
{ "name": "enctype", "values": [] }
|
|
2154
|
+
],
|
|
2155
|
+
"references": [
|
|
2156
|
+
{
|
|
2157
|
+
"name": "Storybook",
|
|
2158
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-form"
|
|
2159
|
+
}
|
|
2160
|
+
]
|
|
2161
|
+
},
|
|
2162
|
+
{
|
|
2163
|
+
"name": "bm-radio-button",
|
|
2164
|
+
"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",
|
|
2165
|
+
"attributes": [
|
|
2166
|
+
{
|
|
2167
|
+
"name": "label",
|
|
2168
|
+
"description": "Specify the text for the label",
|
|
2169
|
+
"values": []
|
|
2170
|
+
},
|
|
2171
|
+
{
|
|
2172
|
+
"name": "error",
|
|
2173
|
+
"description": "Specify error text and display error state of a RadioButton",
|
|
2174
|
+
"values": []
|
|
2175
|
+
},
|
|
2176
|
+
{
|
|
2177
|
+
"name": "readOnly",
|
|
2178
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
2179
|
+
"values": []
|
|
2180
|
+
},
|
|
2181
|
+
{
|
|
2182
|
+
"name": "disabled",
|
|
2183
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
2184
|
+
"values": []
|
|
2185
|
+
},
|
|
2186
|
+
{
|
|
2187
|
+
"name": "theme",
|
|
2188
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
2189
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
2190
|
+
},
|
|
2191
|
+
{
|
|
2192
|
+
"name": "value",
|
|
2193
|
+
"description": "The value attribute for the input element",
|
|
2194
|
+
"values": []
|
|
2195
|
+
},
|
|
2196
|
+
{
|
|
2197
|
+
"name": "checked",
|
|
2198
|
+
"description": "The checked attribute for the input element",
|
|
2199
|
+
"values": []
|
|
2200
|
+
},
|
|
2201
|
+
{
|
|
2202
|
+
"name": "onKeyDown",
|
|
2203
|
+
"description": "A user-defined function to handle keydown events",
|
|
2204
|
+
"values": [{ "name": "(event: KeyboardEvent) => void" }]
|
|
2205
|
+
}
|
|
2206
|
+
],
|
|
2207
|
+
"references": [
|
|
2208
|
+
{
|
|
2209
|
+
"name": "Storybook",
|
|
2210
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
|
|
2211
|
+
}
|
|
2212
|
+
]
|
|
2213
|
+
},
|
|
2047
2214
|
{
|
|
2048
2215
|
"name": "bm-file-upload-button",
|
|
2049
2216
|
"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",
|
|
@@ -2351,173 +2518,6 @@
|
|
|
2351
2518
|
}
|
|
2352
2519
|
]
|
|
2353
2520
|
},
|
|
2354
|
-
{
|
|
2355
|
-
"name": "bm-form",
|
|
2356
|
-
"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",
|
|
2357
|
-
"attributes": [
|
|
2358
|
-
{
|
|
2359
|
-
"name": "validationMode",
|
|
2360
|
-
"description": "Specify if validation runs on change or when loosing focus",
|
|
2361
|
-
"values": [
|
|
2362
|
-
{ "name": "onChange" },
|
|
2363
|
-
{ "name": "onBlur" },
|
|
2364
|
-
{ "name": "onSubmit" }
|
|
2365
|
-
]
|
|
2366
|
-
},
|
|
2367
|
-
{
|
|
2368
|
-
"name": "initialValues",
|
|
2369
|
-
"description": "Specify initial values on Form controls based on their names",
|
|
2370
|
-
"values": [{ "name": "Record<string" }, { "name": "FormValue>" }]
|
|
2371
|
-
},
|
|
2372
|
-
{
|
|
2373
|
-
"name": "required",
|
|
2374
|
-
"description": "Specify if input is a required",
|
|
2375
|
-
"values": []
|
|
2376
|
-
},
|
|
2377
|
-
{
|
|
2378
|
-
"name": "disabled",
|
|
2379
|
-
"description": "Specify if input is a disabled",
|
|
2380
|
-
"values": []
|
|
2381
|
-
},
|
|
2382
|
-
{
|
|
2383
|
-
"name": "readOnly",
|
|
2384
|
-
"description": "Specify if input is a read only",
|
|
2385
|
-
"values": []
|
|
2386
|
-
},
|
|
2387
|
-
{ "name": "action", "values": [] },
|
|
2388
|
-
{ "name": "method", "values": [] },
|
|
2389
|
-
{ "name": "target", "values": [] },
|
|
2390
|
-
{ "name": "enctype", "values": [] }
|
|
2391
|
-
],
|
|
2392
|
-
"references": [
|
|
2393
|
-
{
|
|
2394
|
-
"name": "Storybook",
|
|
2395
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-form"
|
|
2396
|
-
}
|
|
2397
|
-
]
|
|
2398
|
-
},
|
|
2399
|
-
{
|
|
2400
|
-
"name": "bm-native-select",
|
|
2401
|
-
"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",
|
|
2402
|
-
"attributes": [
|
|
2403
|
-
{
|
|
2404
|
-
"name": "required",
|
|
2405
|
-
"description": "Specify if NativeSelect is a required input",
|
|
2406
|
-
"values": []
|
|
2407
|
-
},
|
|
2408
|
-
{
|
|
2409
|
-
"name": "readOnly",
|
|
2410
|
-
"description": "Specify if NativeSelect displays in a read-only state",
|
|
2411
|
-
"values": []
|
|
2412
|
-
},
|
|
2413
|
-
{
|
|
2414
|
-
"name": "disabled",
|
|
2415
|
-
"description": "Specify if NativeSelect displays in a disabled state",
|
|
2416
|
-
"values": []
|
|
2417
|
-
},
|
|
2418
|
-
{
|
|
2419
|
-
"name": "fluid",
|
|
2420
|
-
"description": "Specify if NativeSelect is fluid",
|
|
2421
|
-
"values": []
|
|
2422
|
-
},
|
|
2423
|
-
{
|
|
2424
|
-
"name": "size",
|
|
2425
|
-
"description": "Specify the size of NativeSelect",
|
|
2426
|
-
"values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
|
|
2427
|
-
},
|
|
2428
|
-
{
|
|
2429
|
-
"name": "width",
|
|
2430
|
-
"description": "Specify the width of NativeSelect",
|
|
2431
|
-
"values": []
|
|
2432
|
-
},
|
|
2433
|
-
{
|
|
2434
|
-
"name": "ellipse",
|
|
2435
|
-
"description": "Specify if overflow displays ellipsis",
|
|
2436
|
-
"values": []
|
|
2437
|
-
},
|
|
2438
|
-
{
|
|
2439
|
-
"name": "hideRequiredMarker",
|
|
2440
|
-
"description": "Specify if the NativeSelect displays with an asterisk",
|
|
2441
|
-
"values": []
|
|
2442
|
-
},
|
|
2443
|
-
{
|
|
2444
|
-
"name": "theme",
|
|
2445
|
-
"description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
2446
|
-
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
2447
|
-
},
|
|
2448
|
-
{ "name": "id", "values": [] },
|
|
2449
|
-
{ "name": "name", "values": [] },
|
|
2450
|
-
{ "name": "value", "values": [] },
|
|
2451
|
-
{
|
|
2452
|
-
"name": "validationRules",
|
|
2453
|
-
"values": [{ "name": "Array<FormValidator>" }]
|
|
2454
|
-
},
|
|
2455
|
-
{ "name": "input-aria-label", "values": [] },
|
|
2456
|
-
{
|
|
2457
|
-
"name": "error",
|
|
2458
|
-
"description": "Specify error text and display error state.\nPass a string to show an error message, or `true` to show the error\nstate without a message.",
|
|
2459
|
-
"values": [{ "name": "Optional<boolean" }, { "name": "string>" }]
|
|
2460
|
-
}
|
|
2461
|
-
],
|
|
2462
|
-
"references": [
|
|
2463
|
-
{
|
|
2464
|
-
"name": "Storybook",
|
|
2465
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-nativeselect"
|
|
2466
|
-
}
|
|
2467
|
-
]
|
|
2468
|
-
},
|
|
2469
|
-
{
|
|
2470
|
-
"name": "bm-radio-button",
|
|
2471
|
-
"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",
|
|
2472
|
-
"attributes": [
|
|
2473
|
-
{
|
|
2474
|
-
"name": "label",
|
|
2475
|
-
"description": "Specify the text for the label",
|
|
2476
|
-
"values": []
|
|
2477
|
-
},
|
|
2478
|
-
{
|
|
2479
|
-
"name": "error",
|
|
2480
|
-
"description": "Specify error text and display error state of a RadioButton",
|
|
2481
|
-
"values": []
|
|
2482
|
-
},
|
|
2483
|
-
{
|
|
2484
|
-
"name": "readOnly",
|
|
2485
|
-
"description": "Specify if RadioButton displays in a read-only state",
|
|
2486
|
-
"values": []
|
|
2487
|
-
},
|
|
2488
|
-
{
|
|
2489
|
-
"name": "disabled",
|
|
2490
|
-
"description": "Specify if RadioButton displays in a disabled state",
|
|
2491
|
-
"values": []
|
|
2492
|
-
},
|
|
2493
|
-
{
|
|
2494
|
-
"name": "theme",
|
|
2495
|
-
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
2496
|
-
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
2497
|
-
},
|
|
2498
|
-
{
|
|
2499
|
-
"name": "value",
|
|
2500
|
-
"description": "The value attribute for the input element",
|
|
2501
|
-
"values": []
|
|
2502
|
-
},
|
|
2503
|
-
{
|
|
2504
|
-
"name": "checked",
|
|
2505
|
-
"description": "The checked attribute for the input element",
|
|
2506
|
-
"values": []
|
|
2507
|
-
},
|
|
2508
|
-
{
|
|
2509
|
-
"name": "onKeyDown",
|
|
2510
|
-
"description": "A user-defined function to handle keydown events",
|
|
2511
|
-
"values": [{ "name": "(event: KeyboardEvent) => void" }]
|
|
2512
|
-
}
|
|
2513
|
-
],
|
|
2514
|
-
"references": [
|
|
2515
|
-
{
|
|
2516
|
-
"name": "Storybook",
|
|
2517
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
|
|
2518
|
-
}
|
|
2519
|
-
]
|
|
2520
|
-
},
|
|
2521
2521
|
{
|
|
2522
2522
|
"name": "bm-switch",
|
|
2523
2523
|
"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.",
|