@viasat/beam-web-components 2.66.0 → 2.67.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 +2892 -2892
- package/package.json +6 -6
- package/vscode.html-custom-data.json +289 -289
|
@@ -62,37 +62,12 @@
|
|
|
62
62
|
]
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
|
-
"name": "bm-
|
|
66
|
-
"description": "`bm-
|
|
65
|
+
"name": "bm-badge",
|
|
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",
|
|
67
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
68
|
{
|
|
94
69
|
"name": "appearance",
|
|
95
|
-
"description": "Specify the appearance of the
|
|
70
|
+
"description": "Specify the appearance of the Badge",
|
|
96
71
|
"values": [
|
|
97
72
|
{ "name": "infoPrimary" },
|
|
98
73
|
{ "name": "infoSecondary" },
|
|
@@ -102,45 +77,45 @@
|
|
|
102
77
|
]
|
|
103
78
|
},
|
|
104
79
|
{
|
|
105
|
-
"name": "
|
|
106
|
-
"description": "
|
|
107
|
-
"values": []
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
"name": "hideIcon",
|
|
111
|
-
"description": "Specify if the icon displays on the Alert",
|
|
112
|
-
"values": []
|
|
80
|
+
"name": "theme",
|
|
81
|
+
"description": "Theme of the Badge",
|
|
82
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
113
83
|
},
|
|
114
84
|
{
|
|
115
|
-
"name": "
|
|
116
|
-
"description": "Specify
|
|
117
|
-
"values": []
|
|
85
|
+
"name": "size",
|
|
86
|
+
"description": "Specify the size of the Badge",
|
|
87
|
+
"values": [{ "name": "sm" }, { "name": "md" }]
|
|
118
88
|
},
|
|
119
89
|
{
|
|
120
|
-
"name": "
|
|
121
|
-
"description": "
|
|
122
|
-
"values": [
|
|
90
|
+
"name": "emphasis",
|
|
91
|
+
"description": "Specify the emphasis of the Badge",
|
|
92
|
+
"values": [
|
|
93
|
+
{ "name": "strong" },
|
|
94
|
+
{ "name": "medium" },
|
|
95
|
+
{ "name": "subtle" }
|
|
96
|
+
]
|
|
123
97
|
},
|
|
124
|
-
{
|
|
125
|
-
"name": "disableCloseOnEscape",
|
|
126
|
-
"description": "Prevent Escape from closing",
|
|
127
|
-
"values": []
|
|
128
|
-
}
|
|
98
|
+
{ "name": "hideIcon", "description": "Hides Badge icon", "values": [] }
|
|
129
99
|
],
|
|
130
100
|
"references": [
|
|
131
101
|
{
|
|
132
102
|
"name": "Storybook",
|
|
133
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-
|
|
103
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-badge"
|
|
134
104
|
}
|
|
135
105
|
]
|
|
136
106
|
},
|
|
137
107
|
{
|
|
138
|
-
"name": "bm-badge",
|
|
139
|
-
"description": "`bm-badge`\n\n### Attributes:\n- **
|
|
108
|
+
"name": "bm-badge-dot",
|
|
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",
|
|
140
110
|
"attributes": [
|
|
111
|
+
{
|
|
112
|
+
"name": "theme",
|
|
113
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
114
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
115
|
+
},
|
|
141
116
|
{
|
|
142
117
|
"name": "appearance",
|
|
143
|
-
"description": "Specify the appearance of the
|
|
118
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
144
119
|
"values": [
|
|
145
120
|
{ "name": "infoPrimary" },
|
|
146
121
|
{ "name": "infoSecondary" },
|
|
@@ -149,31 +124,21 @@
|
|
|
149
124
|
{ "name": "negative" }
|
|
150
125
|
]
|
|
151
126
|
},
|
|
152
|
-
{
|
|
153
|
-
"name": "theme",
|
|
154
|
-
"description": "Theme of the Badge",
|
|
155
|
-
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
"name": "size",
|
|
159
|
-
"description": "Specify the size of the Badge",
|
|
160
|
-
"values": [{ "name": "sm" }, { "name": "md" }]
|
|
161
|
-
},
|
|
162
127
|
{
|
|
163
128
|
"name": "emphasis",
|
|
164
|
-
"description": "Specify the emphasis of the
|
|
165
|
-
"values": [
|
|
166
|
-
{ "name": "strong" },
|
|
167
|
-
{ "name": "medium" },
|
|
168
|
-
{ "name": "subtle" }
|
|
169
|
-
]
|
|
129
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
130
|
+
"values": [{ "name": "strong" }, { "name": "subtle" }]
|
|
170
131
|
},
|
|
171
|
-
{
|
|
132
|
+
{
|
|
133
|
+
"name": "overrideDotColor",
|
|
134
|
+
"description": "Overrides default dot color",
|
|
135
|
+
"values": []
|
|
136
|
+
}
|
|
172
137
|
],
|
|
173
138
|
"references": [
|
|
174
139
|
{
|
|
175
140
|
"name": "Storybook",
|
|
176
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-
|
|
141
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-badgedot"
|
|
177
142
|
}
|
|
178
143
|
]
|
|
179
144
|
},
|
|
@@ -581,131 +546,75 @@
|
|
|
581
546
|
]
|
|
582
547
|
},
|
|
583
548
|
{
|
|
584
|
-
"name": "bm-
|
|
585
|
-
"description": "`bm-
|
|
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",
|
|
586
551
|
"attributes": [
|
|
587
552
|
{
|
|
588
|
-
"name": "
|
|
589
|
-
"description": "Specify
|
|
590
|
-
"values": []
|
|
591
|
-
},
|
|
592
|
-
{
|
|
593
|
-
"name": "itemsBeforeCollapse",
|
|
594
|
-
"description": "Specify how many items show before ellipsis",
|
|
553
|
+
"name": "heading",
|
|
554
|
+
"description": "Specify the heading text for Alert",
|
|
595
555
|
"values": []
|
|
596
556
|
},
|
|
597
557
|
{
|
|
598
|
-
"name": "
|
|
599
|
-
"description": "Specify
|
|
558
|
+
"name": "body",
|
|
559
|
+
"description": "Specify the body text for Alert",
|
|
600
560
|
"values": []
|
|
601
561
|
},
|
|
602
562
|
{
|
|
603
|
-
"name": "
|
|
604
|
-
"description": "Specify the
|
|
605
|
-
"values": [{ "name": "
|
|
606
|
-
}
|
|
607
|
-
],
|
|
608
|
-
"references": [
|
|
609
|
-
{
|
|
610
|
-
"name": "Storybook",
|
|
611
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
|
|
612
|
-
}
|
|
613
|
-
]
|
|
614
|
-
},
|
|
615
|
-
{
|
|
616
|
-
"name": "bm-breadcrumb-item",
|
|
617
|
-
"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",
|
|
618
|
-
"attributes": [
|
|
619
|
-
{ "name": "href", "description": "Pass href to an item", "values": [] },
|
|
620
|
-
{
|
|
621
|
-
"name": "clickable",
|
|
622
|
-
"description": "Specify if the item is interactive without an href",
|
|
623
|
-
"values": []
|
|
563
|
+
"name": "size",
|
|
564
|
+
"description": "Specify the size of the Alert",
|
|
565
|
+
"values": [{ "name": "sm" }, { "name": "md" }]
|
|
624
566
|
},
|
|
625
567
|
{
|
|
626
|
-
"name": "
|
|
627
|
-
"description": "Specify
|
|
568
|
+
"name": "fullWidth",
|
|
569
|
+
"description": "Specify if the Alert has no border radius",
|
|
628
570
|
"values": []
|
|
629
571
|
},
|
|
630
572
|
{
|
|
631
|
-
"name": "
|
|
632
|
-
"description": "Specify
|
|
633
|
-
"values": []
|
|
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" }]
|
|
634
576
|
},
|
|
635
|
-
{ "name": "isCollapsed", "values": [] }
|
|
636
|
-
],
|
|
637
|
-
"references": [
|
|
638
|
-
{
|
|
639
|
-
"name": "Storybook",
|
|
640
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
|
|
641
|
-
}
|
|
642
|
-
]
|
|
643
|
-
},
|
|
644
|
-
{
|
|
645
|
-
"name": "bm-button",
|
|
646
|
-
"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",
|
|
647
|
-
"attributes": [
|
|
648
577
|
{
|
|
649
578
|
"name": "appearance",
|
|
650
|
-
"description": "Specify the appearance of
|
|
651
|
-
"values": [
|
|
652
|
-
{ "name": "accent" },
|
|
653
|
-
{ "name": "neutral" },
|
|
654
|
-
{ "name": "neutral-subtle" },
|
|
655
|
-
{ "name": "destructive" }
|
|
656
|
-
]
|
|
657
|
-
},
|
|
658
|
-
{
|
|
659
|
-
"name": "kind",
|
|
660
|
-
"description": "Specify the kind of Button",
|
|
579
|
+
"description": "Specify the appearance of the Alert",
|
|
661
580
|
"values": [
|
|
662
|
-
{ "name": "
|
|
663
|
-
{ "name": "
|
|
664
|
-
{ "name": "
|
|
665
|
-
{ "name": "
|
|
581
|
+
{ "name": "infoPrimary" },
|
|
582
|
+
{ "name": "infoSecondary" },
|
|
583
|
+
{ "name": "positive" },
|
|
584
|
+
{ "name": "warning" },
|
|
585
|
+
{ "name": "negative" }
|
|
666
586
|
]
|
|
667
587
|
},
|
|
668
588
|
{
|
|
669
|
-
"name": "
|
|
670
|
-
"description": "Specify the
|
|
671
|
-
"values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
|
|
672
|
-
},
|
|
673
|
-
{
|
|
674
|
-
"name": "disabled",
|
|
675
|
-
"description": "Specify if the Button is disabled",
|
|
589
|
+
"name": "hidden",
|
|
590
|
+
"description": "Specify if the Alert is hidden",
|
|
676
591
|
"values": []
|
|
677
592
|
},
|
|
678
593
|
{
|
|
679
|
-
"name": "
|
|
680
|
-
"description": "Specify if
|
|
594
|
+
"name": "hideIcon",
|
|
595
|
+
"description": "Specify if the icon displays on the Alert",
|
|
681
596
|
"values": []
|
|
682
597
|
},
|
|
683
598
|
{
|
|
684
|
-
"name": "
|
|
685
|
-
"description": "Specify the
|
|
599
|
+
"name": "dismissible",
|
|
600
|
+
"description": "Specify if the Alert can be dismissed",
|
|
686
601
|
"values": []
|
|
687
602
|
},
|
|
688
603
|
{
|
|
689
|
-
"name": "
|
|
690
|
-
"description": "
|
|
604
|
+
"name": "disableAutoFocus",
|
|
605
|
+
"description": "Prevent autofocus on show",
|
|
691
606
|
"values": []
|
|
692
607
|
},
|
|
693
608
|
{
|
|
694
|
-
"name": "
|
|
695
|
-
"description": "
|
|
696
|
-
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
697
|
-
},
|
|
698
|
-
{
|
|
699
|
-
"name": "iconOnly",
|
|
700
|
-
"description": "Specify if the icon displays without text",
|
|
609
|
+
"name": "disableCloseOnEscape",
|
|
610
|
+
"description": "Prevent Escape from closing",
|
|
701
611
|
"values": []
|
|
702
|
-
}
|
|
703
|
-
{ "name": "type", "values": [] }
|
|
612
|
+
}
|
|
704
613
|
],
|
|
705
614
|
"references": [
|
|
706
615
|
{
|
|
707
616
|
"name": "Storybook",
|
|
708
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-
|
|
617
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-alert"
|
|
709
618
|
}
|
|
710
619
|
]
|
|
711
620
|
},
|
|
@@ -808,40 +717,131 @@
|
|
|
808
717
|
]
|
|
809
718
|
},
|
|
810
719
|
{
|
|
811
|
-
"name": "bm-
|
|
812
|
-
"description": "`bm-
|
|
720
|
+
"name": "bm-breadcrumb",
|
|
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",
|
|
813
722
|
"attributes": [
|
|
723
|
+
{
|
|
724
|
+
"name": "wrap",
|
|
725
|
+
"description": "Specify if items wrap or collapse to an ellipsis",
|
|
726
|
+
"values": []
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"name": "itemsBeforeCollapse",
|
|
730
|
+
"description": "Specify how many items show before ellipsis",
|
|
731
|
+
"values": []
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"name": "itemsAfterCollapse",
|
|
735
|
+
"description": "Specify how many items show after ellipsis",
|
|
736
|
+
"values": []
|
|
737
|
+
},
|
|
814
738
|
{
|
|
815
739
|
"name": "theme",
|
|
816
|
-
"description": "Specify the theme of the
|
|
740
|
+
"description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
|
|
817
741
|
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
742
|
+
}
|
|
743
|
+
],
|
|
744
|
+
"references": [
|
|
745
|
+
{
|
|
746
|
+
"name": "Storybook",
|
|
747
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
|
|
748
|
+
}
|
|
749
|
+
]
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"name": "bm-breadcrumb-item",
|
|
753
|
+
"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",
|
|
754
|
+
"attributes": [
|
|
755
|
+
{ "name": "href", "description": "Pass href to an item", "values": [] },
|
|
756
|
+
{
|
|
757
|
+
"name": "clickable",
|
|
758
|
+
"description": "Specify if the item is interactive without an href",
|
|
759
|
+
"values": []
|
|
818
760
|
},
|
|
761
|
+
{
|
|
762
|
+
"name": "truncationWidth",
|
|
763
|
+
"description": "Specify truncation width of the items. Sets max-width for all items but the last.",
|
|
764
|
+
"values": []
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
"name": "isCurrent",
|
|
768
|
+
"description": "Specify explicitly if the item is the last one",
|
|
769
|
+
"values": []
|
|
770
|
+
},
|
|
771
|
+
{ "name": "isCollapsed", "values": [] }
|
|
772
|
+
],
|
|
773
|
+
"references": [
|
|
774
|
+
{
|
|
775
|
+
"name": "Storybook",
|
|
776
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-breadcrumb"
|
|
777
|
+
}
|
|
778
|
+
]
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"name": "bm-button",
|
|
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",
|
|
783
|
+
"attributes": [
|
|
819
784
|
{
|
|
820
785
|
"name": "appearance",
|
|
821
|
-
"description": "Specify the appearance of
|
|
786
|
+
"description": "Specify the appearance of a Button",
|
|
822
787
|
"values": [
|
|
823
|
-
{ "name": "
|
|
824
|
-
{ "name": "
|
|
825
|
-
{ "name": "
|
|
826
|
-
{ "name": "
|
|
827
|
-
|
|
788
|
+
{ "name": "accent" },
|
|
789
|
+
{ "name": "neutral" },
|
|
790
|
+
{ "name": "neutral-subtle" },
|
|
791
|
+
{ "name": "destructive" }
|
|
792
|
+
]
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"name": "kind",
|
|
796
|
+
"description": "Specify the kind of Button",
|
|
797
|
+
"values": [
|
|
798
|
+
{ "name": "filled" },
|
|
799
|
+
{ "name": "outline" },
|
|
800
|
+
{ "name": "ghost" },
|
|
801
|
+
{ "name": "bare" }
|
|
828
802
|
]
|
|
829
803
|
},
|
|
830
804
|
{
|
|
831
|
-
"name": "
|
|
832
|
-
"description": "Specify the
|
|
833
|
-
"values": [{ "name": "
|
|
805
|
+
"name": "size",
|
|
806
|
+
"description": "Specify the size of a Button",
|
|
807
|
+
"values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"name": "disabled",
|
|
811
|
+
"description": "Specify if the Button is disabled",
|
|
812
|
+
"values": []
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"name": "fluid",
|
|
816
|
+
"description": "Specify if Button is fluid",
|
|
817
|
+
"values": []
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"name": "width",
|
|
821
|
+
"description": "Specify the width of a Button",
|
|
822
|
+
"values": []
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"name": "height",
|
|
826
|
+
"description": "Specify the height of a Button",
|
|
827
|
+
"values": []
|
|
834
828
|
},
|
|
835
829
|
{
|
|
836
|
-
"name": "
|
|
837
|
-
"description": "
|
|
830
|
+
"name": "theme",
|
|
831
|
+
"description": "Specify the theme of the Button",
|
|
832
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"name": "iconOnly",
|
|
836
|
+
"description": "Specify if the icon displays without text",
|
|
838
837
|
"values": []
|
|
839
|
-
}
|
|
838
|
+
},
|
|
839
|
+
{ "name": "type", "values": [] }
|
|
840
840
|
],
|
|
841
841
|
"references": [
|
|
842
842
|
{
|
|
843
843
|
"name": "Storybook",
|
|
844
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/components-
|
|
844
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/components-button"
|
|
845
845
|
}
|
|
846
846
|
]
|
|
847
847
|
},
|
|
@@ -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",
|
|
@@ -2332,92 +2287,99 @@
|
|
|
2332
2287
|
]
|
|
2333
2288
|
},
|
|
2334
2289
|
{
|
|
2335
|
-
"name": "bm-
|
|
2336
|
-
"description": "`bm-
|
|
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",
|
|
2337
2292
|
"attributes": [
|
|
2338
2293
|
{
|
|
2339
|
-
"name": "
|
|
2340
|
-
"description": "Specify
|
|
2341
|
-
"values": [
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
"values": []
|
|
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
|
+
]
|
|
2347
2301
|
},
|
|
2348
2302
|
{
|
|
2349
|
-
"name": "
|
|
2350
|
-
"description": "Specify
|
|
2351
|
-
"values": []
|
|
2303
|
+
"name": "initialValues",
|
|
2304
|
+
"description": "Specify initial values on Form controls based on their names",
|
|
2305
|
+
"values": [{ "name": "Record<string" }, { "name": "FormValue>" }]
|
|
2352
2306
|
},
|
|
2353
2307
|
{
|
|
2354
2308
|
"name": "required",
|
|
2355
|
-
"description": "Specify if
|
|
2356
|
-
"values": []
|
|
2357
|
-
},
|
|
2358
|
-
{
|
|
2359
|
-
"name": "hideRequiredMarker",
|
|
2360
|
-
"description": "Specify if the TextArea displays with an asterisk",
|
|
2309
|
+
"description": "Specify if input is a required",
|
|
2361
2310
|
"values": []
|
|
2362
2311
|
},
|
|
2363
2312
|
{
|
|
2364
|
-
"name": "
|
|
2365
|
-
"description": "Specify
|
|
2313
|
+
"name": "disabled",
|
|
2314
|
+
"description": "Specify if input is a disabled",
|
|
2366
2315
|
"values": []
|
|
2367
2316
|
},
|
|
2368
2317
|
{
|
|
2369
2318
|
"name": "readOnly",
|
|
2370
|
-
"description": "Specify if
|
|
2319
|
+
"description": "Specify if input is a read only",
|
|
2371
2320
|
"values": []
|
|
2372
2321
|
},
|
|
2322
|
+
{ "name": "action", "values": [] },
|
|
2323
|
+
{ "name": "method", "values": [] },
|
|
2324
|
+
{ "name": "target", "values": [] },
|
|
2325
|
+
{ "name": "enctype", "values": [] }
|
|
2326
|
+
],
|
|
2327
|
+
"references": [
|
|
2373
2328
|
{
|
|
2374
|
-
"name": "
|
|
2375
|
-
"
|
|
2329
|
+
"name": "Storybook",
|
|
2330
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-form"
|
|
2331
|
+
}
|
|
2332
|
+
]
|
|
2333
|
+
},
|
|
2334
|
+
{
|
|
2335
|
+
"name": "bm-radio-button",
|
|
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",
|
|
2337
|
+
"attributes": [
|
|
2338
|
+
{
|
|
2339
|
+
"name": "label",
|
|
2340
|
+
"description": "Specify the text for the label",
|
|
2376
2341
|
"values": []
|
|
2377
2342
|
},
|
|
2378
2343
|
{
|
|
2379
|
-
"name": "
|
|
2380
|
-
"description": "Specify
|
|
2344
|
+
"name": "error",
|
|
2345
|
+
"description": "Specify error text and display error state of a RadioButton",
|
|
2381
2346
|
"values": []
|
|
2382
2347
|
},
|
|
2383
2348
|
{
|
|
2384
|
-
"name": "
|
|
2385
|
-
"description": "Specify
|
|
2349
|
+
"name": "readOnly",
|
|
2350
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
2386
2351
|
"values": []
|
|
2387
2352
|
},
|
|
2388
2353
|
{
|
|
2389
|
-
"name": "
|
|
2390
|
-
"description": "Specify if
|
|
2354
|
+
"name": "disabled",
|
|
2355
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
2391
2356
|
"values": []
|
|
2392
2357
|
},
|
|
2393
2358
|
{
|
|
2394
|
-
"name": "
|
|
2395
|
-
"description": "Specify the
|
|
2396
|
-
"values": []
|
|
2359
|
+
"name": "theme",
|
|
2360
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
2361
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
2397
2362
|
},
|
|
2398
2363
|
{
|
|
2399
|
-
"name": "
|
|
2400
|
-
"description": "
|
|
2364
|
+
"name": "value",
|
|
2365
|
+
"description": "The value attribute for the input element",
|
|
2401
2366
|
"values": []
|
|
2402
2367
|
},
|
|
2403
2368
|
{
|
|
2404
|
-
"name": "
|
|
2405
|
-
"description": "
|
|
2406
|
-
"values": [
|
|
2369
|
+
"name": "checked",
|
|
2370
|
+
"description": "The checked attribute for the input element",
|
|
2371
|
+
"values": []
|
|
2407
2372
|
},
|
|
2408
|
-
{ "name": "id", "values": [] },
|
|
2409
|
-
{ "name": "name", "values": [] },
|
|
2410
|
-
{ "name": "value", "values": [] },
|
|
2411
2373
|
{
|
|
2412
|
-
"name": "
|
|
2413
|
-
"
|
|
2414
|
-
|
|
2415
|
-
|
|
2374
|
+
"name": "onKeyDown",
|
|
2375
|
+
"description": "A user-defined function to handle keydown events",
|
|
2376
|
+
"values": [{ "name": "(event: KeyboardEvent) => void" }]
|
|
2377
|
+
}
|
|
2416
2378
|
],
|
|
2417
2379
|
"references": [
|
|
2418
2380
|
{
|
|
2419
2381
|
"name": "Storybook",
|
|
2420
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-
|
|
2382
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
|
|
2421
2383
|
}
|
|
2422
2384
|
]
|
|
2423
2385
|
},
|
|
@@ -2465,54 +2427,92 @@
|
|
|
2465
2427
|
]
|
|
2466
2428
|
},
|
|
2467
2429
|
{
|
|
2468
|
-
"name": "bm-
|
|
2469
|
-
"description": "`bm-
|
|
2430
|
+
"name": "bm-text-area",
|
|
2431
|
+
"description": "`bm-text-area`\n---\n\n\n### **Slots:**\n - **label** - Specify the label for TextArea\n- **helper-text** - Specify the helper text for TextArea",
|
|
2470
2432
|
"attributes": [
|
|
2471
2433
|
{
|
|
2472
|
-
"name": "
|
|
2473
|
-
"description": "Specify the
|
|
2434
|
+
"name": "rows",
|
|
2435
|
+
"description": "Specify the height of TextArea",
|
|
2436
|
+
"values": []
|
|
2437
|
+
},
|
|
2438
|
+
{
|
|
2439
|
+
"name": "cols",
|
|
2440
|
+
"description": "Specify the width of TextArea",
|
|
2441
|
+
"values": []
|
|
2442
|
+
},
|
|
2443
|
+
{
|
|
2444
|
+
"name": "placeholder",
|
|
2445
|
+
"description": "Specify placeholder text for TextArea",
|
|
2446
|
+
"values": []
|
|
2447
|
+
},
|
|
2448
|
+
{
|
|
2449
|
+
"name": "required",
|
|
2450
|
+
"description": "Specify if TextArea is a required input",
|
|
2451
|
+
"values": []
|
|
2452
|
+
},
|
|
2453
|
+
{
|
|
2454
|
+
"name": "hideRequiredMarker",
|
|
2455
|
+
"description": "Specify if the TextArea displays with an asterisk",
|
|
2474
2456
|
"values": []
|
|
2475
2457
|
},
|
|
2476
2458
|
{
|
|
2477
2459
|
"name": "error",
|
|
2478
|
-
"description": "Specify error text and display error state of a
|
|
2460
|
+
"description": "Specify error text and display error state of a TextArea",
|
|
2479
2461
|
"values": []
|
|
2480
2462
|
},
|
|
2481
2463
|
{
|
|
2482
2464
|
"name": "readOnly",
|
|
2483
|
-
"description": "Specify if
|
|
2465
|
+
"description": "Specify if TextArea displays in a read-only state",
|
|
2484
2466
|
"values": []
|
|
2485
2467
|
},
|
|
2486
2468
|
{
|
|
2487
2469
|
"name": "disabled",
|
|
2488
|
-
"description": "Specify if
|
|
2470
|
+
"description": "Specify if TextArea displays in a disabled state",
|
|
2489
2471
|
"values": []
|
|
2490
2472
|
},
|
|
2491
2473
|
{
|
|
2492
|
-
"name": "
|
|
2493
|
-
"description": "Specify
|
|
2494
|
-
"values": [
|
|
2474
|
+
"name": "fluid",
|
|
2475
|
+
"description": "Specify if TextArea is fluid",
|
|
2476
|
+
"values": []
|
|
2495
2477
|
},
|
|
2496
2478
|
{
|
|
2497
|
-
"name": "
|
|
2498
|
-
"description": "
|
|
2479
|
+
"name": "width",
|
|
2480
|
+
"description": "Specify the width of TextArea",
|
|
2499
2481
|
"values": []
|
|
2500
2482
|
},
|
|
2501
2483
|
{
|
|
2502
|
-
"name": "
|
|
2503
|
-
"description": "
|
|
2484
|
+
"name": "hideResize",
|
|
2485
|
+
"description": "Specify if TextArea can be manually resized",
|
|
2504
2486
|
"values": []
|
|
2505
2487
|
},
|
|
2506
2488
|
{
|
|
2507
|
-
"name": "
|
|
2508
|
-
"description": "
|
|
2509
|
-
"values": [
|
|
2510
|
-
}
|
|
2489
|
+
"name": "maxCount",
|
|
2490
|
+
"description": "Specify the maximum character count for the TextArea",
|
|
2491
|
+
"values": []
|
|
2492
|
+
},
|
|
2493
|
+
{
|
|
2494
|
+
"name": "autoResize",
|
|
2495
|
+
"description": "Specify if the TextArea automatically resizes to fit the text",
|
|
2496
|
+
"values": []
|
|
2497
|
+
},
|
|
2498
|
+
{
|
|
2499
|
+
"name": "theme",
|
|
2500
|
+
"description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
|
|
2501
|
+
"values": [{ "name": "light" }, { "name": "dark" }]
|
|
2502
|
+
},
|
|
2503
|
+
{ "name": "id", "values": [] },
|
|
2504
|
+
{ "name": "name", "values": [] },
|
|
2505
|
+
{ "name": "value", "values": [] },
|
|
2506
|
+
{
|
|
2507
|
+
"name": "validationRules",
|
|
2508
|
+
"values": [{ "name": "Array<FormValidator>" }]
|
|
2509
|
+
},
|
|
2510
|
+
{ "name": "input-aria-label", "values": [] }
|
|
2511
2511
|
],
|
|
2512
2512
|
"references": [
|
|
2513
2513
|
{
|
|
2514
2514
|
"name": "Storybook",
|
|
2515
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-
|
|
2515
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-textarea"
|
|
2516
2516
|
}
|
|
2517
2517
|
]
|
|
2518
2518
|
},
|
|
@@ -2586,8 +2586,8 @@
|
|
|
2586
2586
|
]
|
|
2587
2587
|
},
|
|
2588
2588
|
{
|
|
2589
|
-
"name": "bm-
|
|
2590
|
-
"description": "
|
|
2589
|
+
"name": "bm-radio-button-group",
|
|
2590
|
+
"description": "\n---\n\n\n### **Slots:**\n - **label** - Add label text to the InputChoiceGroup\n- **helperText** - Add helper text to the InputChoiceGroup",
|
|
2591
2591
|
"attributes": [
|
|
2592
2592
|
{
|
|
2593
2593
|
"name": "theme",
|
|
@@ -2650,13 +2650,13 @@
|
|
|
2650
2650
|
"references": [
|
|
2651
2651
|
{
|
|
2652
2652
|
"name": "Storybook",
|
|
2653
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-
|
|
2653
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-radiobutton"
|
|
2654
2654
|
}
|
|
2655
2655
|
]
|
|
2656
2656
|
},
|
|
2657
2657
|
{
|
|
2658
|
-
"name": "bm-
|
|
2659
|
-
"description": "
|
|
2658
|
+
"name": "bm-switch-group",
|
|
2659
|
+
"description": "`bm-switch-group`\n---\n\n\n### **Slots:**\n - **label** - Slot for the label of the SwitchGroup\n- **helperText** - Slot for the helper text of the SwitchGroup",
|
|
2660
2660
|
"attributes": [
|
|
2661
2661
|
{
|
|
2662
2662
|
"name": "theme",
|
|
@@ -2719,7 +2719,7 @@
|
|
|
2719
2719
|
"references": [
|
|
2720
2720
|
{
|
|
2721
2721
|
"name": "Storybook",
|
|
2722
|
-
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-
|
|
2722
|
+
"url": "https://web-components.beam.viasat.com/?path=/docs/forms-switch"
|
|
2723
2723
|
}
|
|
2724
2724
|
]
|
|
2725
2725
|
}
|