@viasat/beam-web-components 2.53.0 → 2.54.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.
@@ -684,6 +684,161 @@
684
684
  }
685
685
  ]
686
686
  },
687
+ {
688
+ "kind": "javascript-module",
689
+ "path": "libs/web-components/src/lib/Badge/Badge.ts",
690
+ "declarations": [
691
+ {
692
+ "kind": "class",
693
+ "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",
694
+ "name": "BmBadge",
695
+ "slots": [
696
+ {
697
+ "description": "Provide text for the Badge",
698
+ "name": "default"
699
+ },
700
+ {
701
+ "description": "Specify a different icon for the Badge",
702
+ "name": "icon"
703
+ }
704
+ ],
705
+ "members": [
706
+ {
707
+ "kind": "field",
708
+ "name": "appearance",
709
+ "type": {
710
+ "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
711
+ },
712
+ "default": "'infoPrimary'",
713
+ "description": "Specify the appearance of the Badge",
714
+ "attribute": "appearance"
715
+ },
716
+ {
717
+ "kind": "field",
718
+ "name": "theme",
719
+ "type": {
720
+ "text": "'light' | 'dark' | undefined"
721
+ },
722
+ "description": "Theme of the Badge",
723
+ "attribute": "theme"
724
+ },
725
+ {
726
+ "kind": "field",
727
+ "name": "size",
728
+ "type": {
729
+ "text": "'sm' | 'md' | undefined"
730
+ },
731
+ "default": "'sm'",
732
+ "description": "Specify the size of the Badge",
733
+ "attribute": "size"
734
+ },
735
+ {
736
+ "kind": "field",
737
+ "name": "emphasis",
738
+ "type": {
739
+ "text": "'strong' | 'medium' | 'subtle'"
740
+ },
741
+ "default": "'strong'",
742
+ "description": "Specify the emphasis of the Badge",
743
+ "attribute": "emphasis"
744
+ },
745
+ {
746
+ "kind": "field",
747
+ "name": "hideIcon",
748
+ "type": {
749
+ "text": "boolean | undefined"
750
+ },
751
+ "description": "Hides Badge icon",
752
+ "attribute": "hideIcon"
753
+ }
754
+ ],
755
+ "attributes": [
756
+ {
757
+ "name": "appearance",
758
+ "type": {
759
+ "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
760
+ },
761
+ "default": "'infoPrimary'",
762
+ "description": "Specify the appearance of the Badge",
763
+ "fieldName": "appearance"
764
+ },
765
+ {
766
+ "name": "theme",
767
+ "type": {
768
+ "text": "'light' | 'dark' | undefined"
769
+ },
770
+ "description": "Theme of the Badge",
771
+ "fieldName": "theme"
772
+ },
773
+ {
774
+ "name": "size",
775
+ "type": {
776
+ "text": "'sm' | 'md' | undefined"
777
+ },
778
+ "default": "'sm'",
779
+ "description": "Specify the size of the Badge",
780
+ "fieldName": "size"
781
+ },
782
+ {
783
+ "name": "emphasis",
784
+ "type": {
785
+ "text": "'strong' | 'medium' | 'subtle'"
786
+ },
787
+ "default": "'strong'",
788
+ "description": "Specify the emphasis of the Badge",
789
+ "fieldName": "emphasis"
790
+ },
791
+ {
792
+ "name": "hideIcon",
793
+ "type": {
794
+ "text": "boolean | undefined"
795
+ },
796
+ "description": "Hides Badge icon",
797
+ "fieldName": "hideIcon"
798
+ }
799
+ ],
800
+ "superclass": {
801
+ "name": "LitElement",
802
+ "package": "lit"
803
+ },
804
+ "tagName": "bm-badge",
805
+ "customElement": true
806
+ }
807
+ ],
808
+ "exports": [
809
+ {
810
+ "kind": "js",
811
+ "name": "BmBadge",
812
+ "declaration": {
813
+ "name": "BmBadge",
814
+ "module": "libs/web-components/src/lib/Badge/Badge.ts"
815
+ }
816
+ },
817
+ {
818
+ "kind": "custom-element-definition",
819
+ "name": "bm-badge",
820
+ "declaration": {
821
+ "name": "BmBadge",
822
+ "module": "libs/web-components/src/lib/Badge/Badge.ts"
823
+ }
824
+ }
825
+ ]
826
+ },
827
+ {
828
+ "kind": "javascript-module",
829
+ "path": "libs/web-components/src/lib/Badge/index.ts",
830
+ "declarations": [],
831
+ "exports": [
832
+ {
833
+ "kind": "js",
834
+ "name": "*",
835
+ "declaration": {
836
+ "name": "*",
837
+ "package": "./Badge"
838
+ }
839
+ }
840
+ ]
841
+ },
687
842
  {
688
843
  "kind": "javascript-module",
689
844
  "path": "libs/web-components/src/lib/Alert/Alert.ts",
@@ -967,147 +1122,124 @@
967
1122
  },
968
1123
  {
969
1124
  "kind": "javascript-module",
970
- "path": "libs/web-components/src/lib/Badge/Badge.ts",
1125
+ "path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
971
1126
  "declarations": [
972
1127
  {
973
1128
  "kind": "class",
974
- "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",
975
- "name": "BmBadge",
1129
+ "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",
1130
+ "name": "BmBadgeDot",
976
1131
  "slots": [
977
1132
  {
978
- "description": "Provide text for the Badge",
1133
+ "description": "Provide text for the BadgeDot",
979
1134
  "name": "default"
980
- },
981
- {
982
- "description": "Specify a different icon for the Badge",
983
- "name": "icon"
984
1135
  }
985
1136
  ],
986
1137
  "members": [
987
- {
988
- "kind": "field",
989
- "name": "appearance",
990
- "type": {
991
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
992
- },
993
- "default": "'infoPrimary'",
994
- "description": "Specify the appearance of the Badge",
995
- "attribute": "appearance"
996
- },
997
1138
  {
998
1139
  "kind": "field",
999
1140
  "name": "theme",
1000
1141
  "type": {
1001
1142
  "text": "'light' | 'dark' | undefined"
1002
1143
  },
1003
- "description": "Theme of the Badge",
1144
+ "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
1004
1145
  "attribute": "theme"
1005
1146
  },
1006
1147
  {
1007
1148
  "kind": "field",
1008
- "name": "size",
1149
+ "name": "appearance",
1009
1150
  "type": {
1010
- "text": "'sm' | 'md' | undefined"
1151
+ "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
1011
1152
  },
1012
- "default": "'sm'",
1013
- "description": "Specify the size of the Badge",
1014
- "attribute": "size"
1153
+ "default": "'infoPrimary'",
1154
+ "description": "Specify the appearance of the BadgeDot",
1155
+ "attribute": "appearance"
1015
1156
  },
1016
1157
  {
1017
1158
  "kind": "field",
1018
1159
  "name": "emphasis",
1019
1160
  "type": {
1020
- "text": "'strong' | 'medium' | 'subtle'"
1161
+ "text": "'strong' | 'subtle'"
1021
1162
  },
1022
1163
  "default": "'strong'",
1023
- "description": "Specify the emphasis of the Badge",
1164
+ "description": "Specify the emphasis of the BadgeDot",
1024
1165
  "attribute": "emphasis"
1025
1166
  },
1026
1167
  {
1027
1168
  "kind": "field",
1028
- "name": "hideIcon",
1169
+ "name": "overrideDotColor",
1029
1170
  "type": {
1030
- "text": "boolean | undefined"
1171
+ "text": "string | undefined"
1031
1172
  },
1032
- "description": "Hides Badge icon",
1033
- "attribute": "hideIcon"
1173
+ "description": "Overrides default dot color",
1174
+ "attribute": "overrideDotColor"
1034
1175
  }
1035
1176
  ],
1036
1177
  "attributes": [
1037
- {
1038
- "name": "appearance",
1039
- "type": {
1040
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
1041
- },
1042
- "default": "'infoPrimary'",
1043
- "description": "Specify the appearance of the Badge",
1044
- "fieldName": "appearance"
1045
- },
1046
1178
  {
1047
1179
  "name": "theme",
1048
1180
  "type": {
1049
1181
  "text": "'light' | 'dark' | undefined"
1050
1182
  },
1051
- "description": "Theme of the Badge",
1183
+ "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
1052
1184
  "fieldName": "theme"
1053
1185
  },
1054
1186
  {
1055
- "name": "size",
1187
+ "name": "appearance",
1056
1188
  "type": {
1057
- "text": "'sm' | 'md' | undefined"
1189
+ "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
1058
1190
  },
1059
- "default": "'sm'",
1060
- "description": "Specify the size of the Badge",
1061
- "fieldName": "size"
1191
+ "default": "'infoPrimary'",
1192
+ "description": "Specify the appearance of the BadgeDot",
1193
+ "fieldName": "appearance"
1062
1194
  },
1063
1195
  {
1064
1196
  "name": "emphasis",
1065
1197
  "type": {
1066
- "text": "'strong' | 'medium' | 'subtle'"
1198
+ "text": "'strong' | 'subtle'"
1067
1199
  },
1068
1200
  "default": "'strong'",
1069
- "description": "Specify the emphasis of the Badge",
1201
+ "description": "Specify the emphasis of the BadgeDot",
1070
1202
  "fieldName": "emphasis"
1071
1203
  },
1072
1204
  {
1073
- "name": "hideIcon",
1205
+ "name": "overrideDotColor",
1074
1206
  "type": {
1075
- "text": "boolean | undefined"
1207
+ "text": "string | undefined"
1076
1208
  },
1077
- "description": "Hides Badge icon",
1078
- "fieldName": "hideIcon"
1209
+ "description": "Overrides default dot color",
1210
+ "fieldName": "overrideDotColor"
1079
1211
  }
1080
1212
  ],
1081
1213
  "superclass": {
1082
1214
  "name": "LitElement",
1083
1215
  "package": "lit"
1084
1216
  },
1085
- "tagName": "bm-badge",
1217
+ "tagName": "bm-badge-dot",
1086
1218
  "customElement": true
1087
1219
  }
1088
1220
  ],
1089
1221
  "exports": [
1090
1222
  {
1091
1223
  "kind": "js",
1092
- "name": "BmBadge",
1224
+ "name": "BmBadgeDot",
1093
1225
  "declaration": {
1094
- "name": "BmBadge",
1095
- "module": "libs/web-components/src/lib/Badge/Badge.ts"
1226
+ "name": "BmBadgeDot",
1227
+ "module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
1096
1228
  }
1097
1229
  },
1098
1230
  {
1099
1231
  "kind": "custom-element-definition",
1100
- "name": "bm-badge",
1232
+ "name": "bm-badge-dot",
1101
1233
  "declaration": {
1102
- "name": "BmBadge",
1103
- "module": "libs/web-components/src/lib/Badge/Badge.ts"
1234
+ "name": "BmBadgeDot",
1235
+ "module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
1104
1236
  }
1105
1237
  }
1106
1238
  ]
1107
1239
  },
1108
1240
  {
1109
1241
  "kind": "javascript-module",
1110
- "path": "libs/web-components/src/lib/Badge/index.ts",
1242
+ "path": "libs/web-components/src/lib/BadgeDot/index.ts",
1111
1243
  "declarations": [],
1112
1244
  "exports": [
1113
1245
  {
@@ -1115,146 +1247,14 @@
1115
1247
  "name": "*",
1116
1248
  "declaration": {
1117
1249
  "name": "*",
1118
- "package": "./Badge"
1250
+ "package": "./BadgeDot"
1119
1251
  }
1120
1252
  }
1121
1253
  ]
1122
1254
  },
1123
1255
  {
1124
1256
  "kind": "javascript-module",
1125
- "path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
1126
- "declarations": [
1127
- {
1128
- "kind": "class",
1129
- "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",
1130
- "name": "BmBadgeDot",
1131
- "slots": [
1132
- {
1133
- "description": "Provide text for the BadgeDot",
1134
- "name": "default"
1135
- }
1136
- ],
1137
- "members": [
1138
- {
1139
- "kind": "field",
1140
- "name": "theme",
1141
- "type": {
1142
- "text": "'light' | 'dark' | undefined"
1143
- },
1144
- "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
1145
- "attribute": "theme"
1146
- },
1147
- {
1148
- "kind": "field",
1149
- "name": "appearance",
1150
- "type": {
1151
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
1152
- },
1153
- "default": "'infoPrimary'",
1154
- "description": "Specify the appearance of the BadgeDot",
1155
- "attribute": "appearance"
1156
- },
1157
- {
1158
- "kind": "field",
1159
- "name": "emphasis",
1160
- "type": {
1161
- "text": "'strong' | 'subtle'"
1162
- },
1163
- "default": "'strong'",
1164
- "description": "Specify the emphasis of the BadgeDot",
1165
- "attribute": "emphasis"
1166
- },
1167
- {
1168
- "kind": "field",
1169
- "name": "overrideDotColor",
1170
- "type": {
1171
- "text": "string | undefined"
1172
- },
1173
- "description": "Overrides default dot color",
1174
- "attribute": "overrideDotColor"
1175
- }
1176
- ],
1177
- "attributes": [
1178
- {
1179
- "name": "theme",
1180
- "type": {
1181
- "text": "'light' | 'dark' | undefined"
1182
- },
1183
- "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
1184
- "fieldName": "theme"
1185
- },
1186
- {
1187
- "name": "appearance",
1188
- "type": {
1189
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
1190
- },
1191
- "default": "'infoPrimary'",
1192
- "description": "Specify the appearance of the BadgeDot",
1193
- "fieldName": "appearance"
1194
- },
1195
- {
1196
- "name": "emphasis",
1197
- "type": {
1198
- "text": "'strong' | 'subtle'"
1199
- },
1200
- "default": "'strong'",
1201
- "description": "Specify the emphasis of the BadgeDot",
1202
- "fieldName": "emphasis"
1203
- },
1204
- {
1205
- "name": "overrideDotColor",
1206
- "type": {
1207
- "text": "string | undefined"
1208
- },
1209
- "description": "Overrides default dot color",
1210
- "fieldName": "overrideDotColor"
1211
- }
1212
- ],
1213
- "superclass": {
1214
- "name": "LitElement",
1215
- "package": "lit"
1216
- },
1217
- "tagName": "bm-badge-dot",
1218
- "customElement": true
1219
- }
1220
- ],
1221
- "exports": [
1222
- {
1223
- "kind": "js",
1224
- "name": "BmBadgeDot",
1225
- "declaration": {
1226
- "name": "BmBadgeDot",
1227
- "module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
1228
- }
1229
- },
1230
- {
1231
- "kind": "custom-element-definition",
1232
- "name": "bm-badge-dot",
1233
- "declaration": {
1234
- "name": "BmBadgeDot",
1235
- "module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
1236
- }
1237
- }
1238
- ]
1239
- },
1240
- {
1241
- "kind": "javascript-module",
1242
- "path": "libs/web-components/src/lib/BadgeDot/index.ts",
1243
- "declarations": [],
1244
- "exports": [
1245
- {
1246
- "kind": "js",
1247
- "name": "*",
1248
- "declaration": {
1249
- "name": "*",
1250
- "package": "./BadgeDot"
1251
- }
1252
- }
1253
- ]
1254
- },
1255
- {
1256
- "kind": "javascript-module",
1257
- "path": "libs/web-components/src/lib/Box/Box.ts",
1257
+ "path": "libs/web-components/src/lib/Box/Box.ts",
1258
1258
  "declarations": [
1259
1259
  {
1260
1260
  "kind": "class",
@@ -6907,374 +6907,589 @@
6907
6907
  },
6908
6908
  {
6909
6909
  "kind": "javascript-module",
6910
- "path": "libs/web-components/src/lib/wip/FileUpload/FileUpload.Button.ts",
6910
+ "path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
6911
6911
  "declarations": [
6912
6912
  {
6913
6913
  "kind": "class",
6914
- "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",
6915
- "name": "BmFileUploadButton",
6916
- "slots": [
6917
- {
6918
- "description": "Specify text for the Button",
6919
- "name": "default",
6920
- "inheritedFrom": {
6921
- "name": "BmButton",
6922
- "module": "libs/web-components/src/lib/Button/Button.ts"
6923
- }
6924
- },
6925
- {
6926
- "description": "Specify if the Button displays icon before the text",
6927
- "name": "iconBefore",
6928
- "inheritedFrom": {
6929
- "name": "BmButton",
6930
- "module": "libs/web-components/src/lib/Button/Button.ts"
6931
- }
6932
- },
6933
- {
6934
- "description": "Specify if the Button displays icon after the text",
6935
- "name": "iconAfter",
6936
- "inheritedFrom": {
6937
- "name": "BmButton",
6938
- "module": "libs/web-components/src/lib/Button/Button.ts"
6939
- }
6940
- }
6941
- ],
6914
+ "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",
6915
+ "name": "BmRadioButton",
6942
6916
  "members": [
6943
6917
  {
6944
6918
  "kind": "field",
6945
- "name": "error",
6919
+ "name": "label",
6946
6920
  "type": {
6947
- "text": "boolean | undefined"
6921
+ "text": "string | undefined"
6948
6922
  },
6949
- "description": "Specify if FileUpload is in error state",
6950
- "attribute": "error"
6923
+ "description": "Specify the text for the label",
6924
+ "attribute": "label"
6951
6925
  },
6952
6926
  {
6953
6927
  "kind": "field",
6954
- "name": "accept",
6928
+ "name": "error",
6955
6929
  "type": {
6956
- "text": "string | undefined"
6930
+ "text": "boolean | undefined"
6957
6931
  },
6958
- "description": "Specify the accepted file types",
6959
- "attribute": "accept"
6932
+ "description": "Specify error text and display error state of a RadioButton",
6933
+ "attribute": "error"
6960
6934
  },
6961
6935
  {
6962
6936
  "kind": "field",
6963
- "name": "multiple",
6937
+ "name": "readOnly",
6964
6938
  "type": {
6965
6939
  "text": "boolean | undefined"
6966
6940
  },
6967
- "description": "Specify if multiple files can be uploaded",
6968
- "attribute": "multiple"
6941
+ "description": "Specify if RadioButton displays in a read-only state",
6942
+ "attribute": "readOnly"
6969
6943
  },
6970
6944
  {
6971
6945
  "kind": "field",
6972
- "name": "appearance",
6946
+ "name": "disabled",
6973
6947
  "type": {
6974
- "text": "'accent' | 'neutral' | 'neutral-subtle' | 'destructive'"
6948
+ "text": "boolean | undefined"
6975
6949
  },
6976
- "default": "'neutral-subtle'",
6977
- "description": "Specify the appearance of a Button",
6978
- "attribute": "appearance",
6979
- "inheritedFrom": {
6980
- "name": "BmButton",
6981
- "module": "libs/web-components/src/lib/Button/Button.ts"
6982
- }
6950
+ "description": "Specify if RadioButton displays in a disabled state",
6951
+ "attribute": "disabled"
6983
6952
  },
6984
6953
  {
6985
6954
  "kind": "field",
6986
- "name": "kind",
6955
+ "name": "theme",
6987
6956
  "type": {
6988
- "text": "'filled' | 'outline' | 'ghost' | 'bare'"
6957
+ "text": "'light' | 'dark' | undefined"
6989
6958
  },
6990
- "default": "'outline'",
6991
- "description": "Specify the kind of Button",
6992
- "attribute": "kind",
6993
- "inheritedFrom": {
6994
- "name": "BmButton",
6995
- "module": "libs/web-components/src/lib/Button/Button.ts"
6996
- }
6959
+ "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
6960
+ "attribute": "theme"
6997
6961
  },
6998
6962
  {
6999
6963
  "kind": "field",
7000
- "name": "size",
6964
+ "name": "value",
7001
6965
  "type": {
7002
- "text": "'sm' | 'md' | 'lg'"
6966
+ "text": "string | undefined"
7003
6967
  },
7004
- "default": "'md'",
7005
- "description": "Specify the size of a Button",
7006
- "attribute": "size",
7007
- "inheritedFrom": {
7008
- "name": "BmButton",
7009
- "module": "libs/web-components/src/lib/Button/Button.ts"
7010
- }
6968
+ "description": "The value attribute for the input element",
6969
+ "attribute": "value"
7011
6970
  },
7012
6971
  {
7013
6972
  "kind": "field",
7014
- "name": "iconOnly",
6973
+ "name": "checked",
7015
6974
  "type": {
7016
- "text": "boolean | undefined"
6975
+ "text": "boolean"
7017
6976
  },
7018
- "description": "Specify if the icon displays without text",
7019
- "attribute": "iconOnly",
7020
6977
  "default": "false",
7021
- "inheritedFrom": {
7022
- "name": "BmButton",
7023
- "module": "libs/web-components/src/lib/Button/Button.ts"
7024
- }
6978
+ "description": "The checked attribute for the input element",
6979
+ "attribute": "checked"
7025
6980
  },
7026
6981
  {
7027
6982
  "kind": "field",
7028
- "name": "iconBefore",
7029
- "default": "unsafeSVG(Upload)"
6983
+ "name": "onKeyDown",
6984
+ "type": {
6985
+ "text": "(event: KeyboardEvent) => void | undefined"
6986
+ },
6987
+ "description": "A user-defined function to handle keydown events",
6988
+ "attribute": "onKeyDown"
7030
6989
  },
7031
6990
  {
7032
6991
  "kind": "field",
7033
- "name": "formAssociated",
6992
+ "name": "inputChoiceGroupContext",
7034
6993
  "type": {
7035
- "text": "boolean"
7036
- },
7037
- "static": true,
7038
- "default": "true",
7039
- "inheritedFrom": {
7040
- "name": "BmButton",
7041
- "module": "libs/web-components/src/lib/Button/Button.ts"
6994
+ "text": "InputChoiceGroupContextProps"
7042
6995
  }
7043
6996
  },
7044
6997
  {
7045
6998
  "kind": "field",
7046
- "name": "disabled",
7047
- "type": {
7048
- "text": "boolean"
6999
+ "name": "radioButtonRef"
7000
+ },
7001
+ {
7002
+ "kind": "method",
7003
+ "name": "focus"
7004
+ }
7005
+ ],
7006
+ "attributes": [
7007
+ {
7008
+ "name": "label",
7009
+ "type": {
7010
+ "text": "string | undefined"
7049
7011
  },
7050
- "default": "false",
7051
- "description": "Specify if the Button is disabled",
7052
- "attribute": "disabled",
7053
- "inheritedFrom": {
7054
- "name": "BmButton",
7055
- "module": "libs/web-components/src/lib/Button/Button.ts"
7056
- }
7012
+ "description": "Specify the text for the label",
7013
+ "fieldName": "label"
7057
7014
  },
7058
7015
  {
7059
- "kind": "field",
7060
- "name": "fluid",
7016
+ "name": "error",
7061
7017
  "type": {
7062
- "text": "boolean"
7018
+ "text": "boolean | undefined"
7063
7019
  },
7064
- "default": "false",
7065
- "description": "Specify if Button is fluid",
7066
- "attribute": "fluid",
7067
- "inheritedFrom": {
7068
- "name": "BmButton",
7069
- "module": "libs/web-components/src/lib/Button/Button.ts"
7070
- }
7020
+ "description": "Specify error text and display error state of a RadioButton",
7021
+ "fieldName": "error"
7071
7022
  },
7072
7023
  {
7073
- "kind": "field",
7074
- "name": "width",
7024
+ "name": "readOnly",
7075
7025
  "type": {
7076
- "text": "string | undefined"
7026
+ "text": "boolean | undefined"
7077
7027
  },
7078
- "description": "Specify the width of a Button",
7079
- "attribute": "width",
7080
- "inheritedFrom": {
7081
- "name": "BmButton",
7082
- "module": "libs/web-components/src/lib/Button/Button.ts"
7083
- }
7028
+ "description": "Specify if RadioButton displays in a read-only state",
7029
+ "fieldName": "readOnly"
7084
7030
  },
7085
7031
  {
7086
- "kind": "field",
7087
- "name": "height",
7032
+ "name": "disabled",
7088
7033
  "type": {
7089
- "text": "string | undefined"
7034
+ "text": "boolean | undefined"
7090
7035
  },
7091
- "description": "Specify the height of a Button",
7092
- "attribute": "height",
7093
- "inheritedFrom": {
7094
- "name": "BmButton",
7095
- "module": "libs/web-components/src/lib/Button/Button.ts"
7096
- }
7036
+ "description": "Specify if RadioButton displays in a disabled state",
7037
+ "fieldName": "disabled"
7097
7038
  },
7098
7039
  {
7099
- "kind": "field",
7100
7040
  "name": "theme",
7101
7041
  "type": {
7102
7042
  "text": "'light' | 'dark' | undefined"
7103
7043
  },
7104
- "description": "Specify the theme of the Button",
7105
- "attribute": "theme",
7044
+ "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
7045
+ "fieldName": "theme"
7046
+ },
7047
+ {
7048
+ "name": "value",
7049
+ "type": {
7050
+ "text": "string | undefined"
7051
+ },
7052
+ "description": "The value attribute for the input element",
7053
+ "fieldName": "value"
7054
+ },
7055
+ {
7056
+ "name": "checked",
7057
+ "type": {
7058
+ "text": "boolean"
7059
+ },
7060
+ "default": "false",
7061
+ "description": "The checked attribute for the input element",
7062
+ "fieldName": "checked"
7063
+ },
7064
+ {
7065
+ "name": "onKeyDown",
7066
+ "type": {
7067
+ "text": "(event: KeyboardEvent) => void | undefined"
7068
+ },
7069
+ "description": "A user-defined function to handle keydown events",
7070
+ "fieldName": "onKeyDown"
7071
+ }
7072
+ ],
7073
+ "superclass": {
7074
+ "name": "LitElement",
7075
+ "package": "lit"
7076
+ },
7077
+ "tagName": "bm-radio-button",
7078
+ "customElement": true
7079
+ }
7080
+ ],
7081
+ "exports": [
7082
+ {
7083
+ "kind": "js",
7084
+ "name": "BmRadioButton",
7085
+ "declaration": {
7086
+ "name": "BmRadioButton",
7087
+ "module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
7088
+ }
7089
+ },
7090
+ {
7091
+ "kind": "custom-element-definition",
7092
+ "name": "bm-radio-button",
7093
+ "declaration": {
7094
+ "name": "BmRadioButton",
7095
+ "module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
7096
+ }
7097
+ }
7098
+ ]
7099
+ },
7100
+ {
7101
+ "kind": "javascript-module",
7102
+ "path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
7103
+ "declarations": [],
7104
+ "exports": [
7105
+ {
7106
+ "kind": "js",
7107
+ "name": "*",
7108
+ "declaration": {
7109
+ "name": "*",
7110
+ "package": "./RadioButton"
7111
+ }
7112
+ },
7113
+ {
7114
+ "kind": "js",
7115
+ "name": "*",
7116
+ "declaration": {
7117
+ "name": "*",
7118
+ "package": "./RadioButtonGroup/RadioButtonGroup"
7119
+ }
7120
+ }
7121
+ ]
7122
+ },
7123
+ {
7124
+ "kind": "javascript-module",
7125
+ "path": "libs/web-components/src/lib/wip/FileUpload/FileUpload.Button.ts",
7126
+ "declarations": [
7127
+ {
7128
+ "kind": "class",
7129
+ "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",
7130
+ "name": "BmFileUploadButton",
7131
+ "slots": [
7132
+ {
7133
+ "description": "Specify text for the Button",
7134
+ "name": "default",
7106
7135
  "inheritedFrom": {
7107
7136
  "name": "BmButton",
7108
7137
  "module": "libs/web-components/src/lib/Button/Button.ts"
7109
7138
  }
7110
7139
  },
7111
7140
  {
7112
- "kind": "field",
7113
- "name": "type",
7114
- "type": {
7115
- "text": "string"
7116
- },
7117
- "default": "'button'",
7118
- "attribute": "type",
7141
+ "description": "Specify if the Button displays icon before the text",
7142
+ "name": "iconBefore",
7119
7143
  "inheritedFrom": {
7120
7144
  "name": "BmButton",
7121
7145
  "module": "libs/web-components/src/lib/Button/Button.ts"
7122
7146
  }
7123
7147
  },
7124
7148
  {
7125
- "kind": "field",
7126
- "name": "formContext",
7127
- "type": {
7128
- "text": "BmFormContext"
7129
- },
7149
+ "description": "Specify if the Button displays icon after the text",
7150
+ "name": "iconAfter",
7130
7151
  "inheritedFrom": {
7131
7152
  "name": "BmButton",
7132
7153
  "module": "libs/web-components/src/lib/Button/Button.ts"
7133
7154
  }
7134
7155
  }
7135
7156
  ],
7136
- "attributes": [
7157
+ "members": [
7137
7158
  {
7159
+ "kind": "field",
7138
7160
  "name": "error",
7139
7161
  "type": {
7140
7162
  "text": "boolean | undefined"
7141
7163
  },
7142
7164
  "description": "Specify if FileUpload is in error state",
7143
- "fieldName": "error"
7165
+ "attribute": "error"
7144
7166
  },
7145
7167
  {
7168
+ "kind": "field",
7146
7169
  "name": "accept",
7147
7170
  "type": {
7148
7171
  "text": "string | undefined"
7149
7172
  },
7150
7173
  "description": "Specify the accepted file types",
7151
- "fieldName": "accept"
7174
+ "attribute": "accept"
7152
7175
  },
7153
7176
  {
7177
+ "kind": "field",
7154
7178
  "name": "multiple",
7155
7179
  "type": {
7156
7180
  "text": "boolean | undefined"
7157
7181
  },
7158
7182
  "description": "Specify if multiple files can be uploaded",
7159
- "fieldName": "multiple"
7183
+ "attribute": "multiple"
7160
7184
  },
7161
7185
  {
7186
+ "kind": "field",
7162
7187
  "name": "appearance",
7163
7188
  "type": {
7164
7189
  "text": "'accent' | 'neutral' | 'neutral-subtle' | 'destructive'"
7165
7190
  },
7166
- "default": "'accent'",
7191
+ "default": "'neutral-subtle'",
7167
7192
  "description": "Specify the appearance of a Button",
7168
- "fieldName": "appearance",
7193
+ "attribute": "appearance",
7169
7194
  "inheritedFrom": {
7170
7195
  "name": "BmButton",
7171
7196
  "module": "libs/web-components/src/lib/Button/Button.ts"
7172
7197
  }
7173
7198
  },
7174
7199
  {
7200
+ "kind": "field",
7175
7201
  "name": "kind",
7176
7202
  "type": {
7177
7203
  "text": "'filled' | 'outline' | 'ghost' | 'bare'"
7178
7204
  },
7179
- "default": "'filled'",
7205
+ "default": "'outline'",
7180
7206
  "description": "Specify the kind of Button",
7181
- "fieldName": "kind",
7207
+ "attribute": "kind",
7182
7208
  "inheritedFrom": {
7183
7209
  "name": "BmButton",
7184
7210
  "module": "libs/web-components/src/lib/Button/Button.ts"
7185
7211
  }
7186
7212
  },
7187
7213
  {
7214
+ "kind": "field",
7188
7215
  "name": "size",
7189
7216
  "type": {
7190
7217
  "text": "'sm' | 'md' | 'lg'"
7191
7218
  },
7192
7219
  "default": "'md'",
7193
7220
  "description": "Specify the size of a Button",
7194
- "fieldName": "size",
7221
+ "attribute": "size",
7222
+ "inheritedFrom": {
7223
+ "name": "BmButton",
7224
+ "module": "libs/web-components/src/lib/Button/Button.ts"
7225
+ }
7226
+ },
7227
+ {
7228
+ "kind": "field",
7229
+ "name": "iconOnly",
7230
+ "type": {
7231
+ "text": "boolean | undefined"
7232
+ },
7233
+ "description": "Specify if the icon displays without text",
7234
+ "attribute": "iconOnly",
7235
+ "default": "false",
7236
+ "inheritedFrom": {
7237
+ "name": "BmButton",
7238
+ "module": "libs/web-components/src/lib/Button/Button.ts"
7239
+ }
7240
+ },
7241
+ {
7242
+ "kind": "field",
7243
+ "name": "iconBefore",
7244
+ "default": "unsafeSVG(Upload)"
7245
+ },
7246
+ {
7247
+ "kind": "field",
7248
+ "name": "formAssociated",
7249
+ "type": {
7250
+ "text": "boolean"
7251
+ },
7252
+ "static": true,
7253
+ "default": "true",
7195
7254
  "inheritedFrom": {
7196
7255
  "name": "BmButton",
7197
7256
  "module": "libs/web-components/src/lib/Button/Button.ts"
7198
7257
  }
7199
7258
  },
7200
7259
  {
7260
+ "kind": "field",
7201
7261
  "name": "disabled",
7202
7262
  "type": {
7203
7263
  "text": "boolean"
7204
7264
  },
7205
7265
  "default": "false",
7206
7266
  "description": "Specify if the Button is disabled",
7207
- "fieldName": "disabled",
7267
+ "attribute": "disabled",
7208
7268
  "inheritedFrom": {
7209
7269
  "name": "BmButton",
7210
7270
  "module": "libs/web-components/src/lib/Button/Button.ts"
7211
7271
  }
7212
7272
  },
7213
7273
  {
7274
+ "kind": "field",
7214
7275
  "name": "fluid",
7215
7276
  "type": {
7216
7277
  "text": "boolean"
7217
7278
  },
7218
7279
  "default": "false",
7219
7280
  "description": "Specify if Button is fluid",
7220
- "fieldName": "fluid",
7281
+ "attribute": "fluid",
7221
7282
  "inheritedFrom": {
7222
7283
  "name": "BmButton",
7223
7284
  "module": "libs/web-components/src/lib/Button/Button.ts"
7224
7285
  }
7225
7286
  },
7226
7287
  {
7288
+ "kind": "field",
7227
7289
  "name": "width",
7228
7290
  "type": {
7229
7291
  "text": "string | undefined"
7230
7292
  },
7231
7293
  "description": "Specify the width of a Button",
7232
- "fieldName": "width",
7294
+ "attribute": "width",
7233
7295
  "inheritedFrom": {
7234
7296
  "name": "BmButton",
7235
7297
  "module": "libs/web-components/src/lib/Button/Button.ts"
7236
7298
  }
7237
7299
  },
7238
7300
  {
7301
+ "kind": "field",
7239
7302
  "name": "height",
7240
7303
  "type": {
7241
7304
  "text": "string | undefined"
7242
7305
  },
7243
7306
  "description": "Specify the height of a Button",
7244
- "fieldName": "height",
7307
+ "attribute": "height",
7245
7308
  "inheritedFrom": {
7246
7309
  "name": "BmButton",
7247
7310
  "module": "libs/web-components/src/lib/Button/Button.ts"
7248
7311
  }
7249
7312
  },
7250
7313
  {
7314
+ "kind": "field",
7251
7315
  "name": "theme",
7252
7316
  "type": {
7253
7317
  "text": "'light' | 'dark' | undefined"
7254
7318
  },
7255
7319
  "description": "Specify the theme of the Button",
7256
- "fieldName": "theme",
7320
+ "attribute": "theme",
7257
7321
  "inheritedFrom": {
7258
7322
  "name": "BmButton",
7259
7323
  "module": "libs/web-components/src/lib/Button/Button.ts"
7260
7324
  }
7261
7325
  },
7262
7326
  {
7263
- "name": "iconOnly",
7327
+ "kind": "field",
7328
+ "name": "type",
7264
7329
  "type": {
7265
- "text": "boolean | undefined"
7330
+ "text": "string"
7266
7331
  },
7267
- "description": "Specify if the icon displays without text",
7268
- "fieldName": "iconOnly",
7332
+ "default": "'button'",
7333
+ "attribute": "type",
7269
7334
  "inheritedFrom": {
7270
7335
  "name": "BmButton",
7271
7336
  "module": "libs/web-components/src/lib/Button/Button.ts"
7272
7337
  }
7273
7338
  },
7274
7339
  {
7275
- "name": "type",
7340
+ "kind": "field",
7341
+ "name": "formContext",
7276
7342
  "type": {
7277
- "text": "string"
7343
+ "text": "BmFormContext"
7344
+ },
7345
+ "inheritedFrom": {
7346
+ "name": "BmButton",
7347
+ "module": "libs/web-components/src/lib/Button/Button.ts"
7348
+ }
7349
+ }
7350
+ ],
7351
+ "attributes": [
7352
+ {
7353
+ "name": "error",
7354
+ "type": {
7355
+ "text": "boolean | undefined"
7356
+ },
7357
+ "description": "Specify if FileUpload is in error state",
7358
+ "fieldName": "error"
7359
+ },
7360
+ {
7361
+ "name": "accept",
7362
+ "type": {
7363
+ "text": "string | undefined"
7364
+ },
7365
+ "description": "Specify the accepted file types",
7366
+ "fieldName": "accept"
7367
+ },
7368
+ {
7369
+ "name": "multiple",
7370
+ "type": {
7371
+ "text": "boolean | undefined"
7372
+ },
7373
+ "description": "Specify if multiple files can be uploaded",
7374
+ "fieldName": "multiple"
7375
+ },
7376
+ {
7377
+ "name": "appearance",
7378
+ "type": {
7379
+ "text": "'accent' | 'neutral' | 'neutral-subtle' | 'destructive'"
7380
+ },
7381
+ "default": "'accent'",
7382
+ "description": "Specify the appearance of a Button",
7383
+ "fieldName": "appearance",
7384
+ "inheritedFrom": {
7385
+ "name": "BmButton",
7386
+ "module": "libs/web-components/src/lib/Button/Button.ts"
7387
+ }
7388
+ },
7389
+ {
7390
+ "name": "kind",
7391
+ "type": {
7392
+ "text": "'filled' | 'outline' | 'ghost' | 'bare'"
7393
+ },
7394
+ "default": "'filled'",
7395
+ "description": "Specify the kind of Button",
7396
+ "fieldName": "kind",
7397
+ "inheritedFrom": {
7398
+ "name": "BmButton",
7399
+ "module": "libs/web-components/src/lib/Button/Button.ts"
7400
+ }
7401
+ },
7402
+ {
7403
+ "name": "size",
7404
+ "type": {
7405
+ "text": "'sm' | 'md' | 'lg'"
7406
+ },
7407
+ "default": "'md'",
7408
+ "description": "Specify the size of a Button",
7409
+ "fieldName": "size",
7410
+ "inheritedFrom": {
7411
+ "name": "BmButton",
7412
+ "module": "libs/web-components/src/lib/Button/Button.ts"
7413
+ }
7414
+ },
7415
+ {
7416
+ "name": "disabled",
7417
+ "type": {
7418
+ "text": "boolean"
7419
+ },
7420
+ "default": "false",
7421
+ "description": "Specify if the Button is disabled",
7422
+ "fieldName": "disabled",
7423
+ "inheritedFrom": {
7424
+ "name": "BmButton",
7425
+ "module": "libs/web-components/src/lib/Button/Button.ts"
7426
+ }
7427
+ },
7428
+ {
7429
+ "name": "fluid",
7430
+ "type": {
7431
+ "text": "boolean"
7432
+ },
7433
+ "default": "false",
7434
+ "description": "Specify if Button is fluid",
7435
+ "fieldName": "fluid",
7436
+ "inheritedFrom": {
7437
+ "name": "BmButton",
7438
+ "module": "libs/web-components/src/lib/Button/Button.ts"
7439
+ }
7440
+ },
7441
+ {
7442
+ "name": "width",
7443
+ "type": {
7444
+ "text": "string | undefined"
7445
+ },
7446
+ "description": "Specify the width of a Button",
7447
+ "fieldName": "width",
7448
+ "inheritedFrom": {
7449
+ "name": "BmButton",
7450
+ "module": "libs/web-components/src/lib/Button/Button.ts"
7451
+ }
7452
+ },
7453
+ {
7454
+ "name": "height",
7455
+ "type": {
7456
+ "text": "string | undefined"
7457
+ },
7458
+ "description": "Specify the height of a Button",
7459
+ "fieldName": "height",
7460
+ "inheritedFrom": {
7461
+ "name": "BmButton",
7462
+ "module": "libs/web-components/src/lib/Button/Button.ts"
7463
+ }
7464
+ },
7465
+ {
7466
+ "name": "theme",
7467
+ "type": {
7468
+ "text": "'light' | 'dark' | undefined"
7469
+ },
7470
+ "description": "Specify the theme of the Button",
7471
+ "fieldName": "theme",
7472
+ "inheritedFrom": {
7473
+ "name": "BmButton",
7474
+ "module": "libs/web-components/src/lib/Button/Button.ts"
7475
+ }
7476
+ },
7477
+ {
7478
+ "name": "iconOnly",
7479
+ "type": {
7480
+ "text": "boolean | undefined"
7481
+ },
7482
+ "description": "Specify if the icon displays without text",
7483
+ "fieldName": "iconOnly",
7484
+ "inheritedFrom": {
7485
+ "name": "BmButton",
7486
+ "module": "libs/web-components/src/lib/Button/Button.ts"
7487
+ }
7488
+ },
7489
+ {
7490
+ "name": "type",
7491
+ "type": {
7492
+ "text": "string"
7278
7493
  },
7279
7494
  "default": "'button'",
7280
7495
  "fieldName": "type",
@@ -8778,471 +8993,43 @@
8778
8993
  "text": "string | undefined"
8779
8994
  },
8780
8995
  "fieldName": "inputAriaLabel",
8781
- "inheritedFrom": {
8782
- "name": "FormField",
8783
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8784
- }
8785
- }
8786
- ],
8787
- "superclass": {
8788
- "name": "FormField",
8789
- "module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
8790
- },
8791
- "summary": "`bm-native-select`",
8792
- "tagName": "bm-native-select",
8793
- "customElement": true
8794
- }
8795
- ],
8796
- "exports": [
8797
- {
8798
- "kind": "js",
8799
- "name": "BmNativeSelect",
8800
- "declaration": {
8801
- "name": "BmNativeSelect",
8802
- "module": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts"
8803
- }
8804
- },
8805
- {
8806
- "kind": "custom-element-definition",
8807
- "name": "bm-native-select",
8808
- "declaration": {
8809
- "name": "BmNativeSelect",
8810
- "module": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts"
8811
- }
8812
- }
8813
- ]
8814
- },
8815
- {
8816
- "kind": "javascript-module",
8817
- "path": "libs/web-components/src/lib/wip/NativeSelect/index.ts",
8818
- "declarations": [],
8819
- "exports": [
8820
- {
8821
- "kind": "js",
8822
- "name": "*",
8823
- "declaration": {
8824
- "name": "*",
8825
- "package": "./NativeSelect"
8826
- }
8827
- }
8828
- ]
8829
- },
8830
- {
8831
- "kind": "javascript-module",
8832
- "path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
8833
- "declarations": [
8834
- {
8835
- "kind": "class",
8836
- "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",
8837
- "name": "BmRadioButton",
8838
- "members": [
8839
- {
8840
- "kind": "field",
8841
- "name": "label",
8842
- "type": {
8843
- "text": "string | undefined"
8844
- },
8845
- "description": "Specify the text for the label",
8846
- "attribute": "label"
8847
- },
8848
- {
8849
- "kind": "field",
8850
- "name": "error",
8851
- "type": {
8852
- "text": "boolean | undefined"
8853
- },
8854
- "description": "Specify error text and display error state of a RadioButton",
8855
- "attribute": "error"
8856
- },
8857
- {
8858
- "kind": "field",
8859
- "name": "readOnly",
8860
- "type": {
8861
- "text": "boolean | undefined"
8862
- },
8863
- "description": "Specify if RadioButton displays in a read-only state",
8864
- "attribute": "readOnly"
8865
- },
8866
- {
8867
- "kind": "field",
8868
- "name": "disabled",
8869
- "type": {
8870
- "text": "boolean | undefined"
8871
- },
8872
- "description": "Specify if RadioButton displays in a disabled state",
8873
- "attribute": "disabled"
8874
- },
8875
- {
8876
- "kind": "field",
8877
- "name": "theme",
8878
- "type": {
8879
- "text": "'light' | 'dark' | undefined"
8880
- },
8881
- "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
8882
- "attribute": "theme"
8883
- },
8884
- {
8885
- "kind": "field",
8886
- "name": "value",
8887
- "type": {
8888
- "text": "string | undefined"
8889
- },
8890
- "description": "The value attribute for the input element",
8891
- "attribute": "value"
8892
- },
8893
- {
8894
- "kind": "field",
8895
- "name": "checked",
8896
- "type": {
8897
- "text": "boolean"
8898
- },
8899
- "default": "false",
8900
- "description": "The checked attribute for the input element",
8901
- "attribute": "checked"
8902
- },
8903
- {
8904
- "kind": "field",
8905
- "name": "onKeyDown",
8906
- "type": {
8907
- "text": "(event: KeyboardEvent) => void | undefined"
8908
- },
8909
- "description": "A user-defined function to handle keydown events",
8910
- "attribute": "onKeyDown"
8911
- },
8912
- {
8913
- "kind": "field",
8914
- "name": "inputChoiceGroupContext",
8915
- "type": {
8916
- "text": "InputChoiceGroupContextProps"
8917
- }
8918
- },
8919
- {
8920
- "kind": "field",
8921
- "name": "radioButtonRef"
8922
- },
8923
- {
8924
- "kind": "method",
8925
- "name": "focus"
8926
- }
8927
- ],
8928
- "attributes": [
8929
- {
8930
- "name": "label",
8931
- "type": {
8932
- "text": "string | undefined"
8933
- },
8934
- "description": "Specify the text for the label",
8935
- "fieldName": "label"
8936
- },
8937
- {
8938
- "name": "error",
8939
- "type": {
8940
- "text": "boolean | undefined"
8941
- },
8942
- "description": "Specify error text and display error state of a RadioButton",
8943
- "fieldName": "error"
8944
- },
8945
- {
8946
- "name": "readOnly",
8947
- "type": {
8948
- "text": "boolean | undefined"
8949
- },
8950
- "description": "Specify if RadioButton displays in a read-only state",
8951
- "fieldName": "readOnly"
8952
- },
8953
- {
8954
- "name": "disabled",
8955
- "type": {
8956
- "text": "boolean | undefined"
8957
- },
8958
- "description": "Specify if RadioButton displays in a disabled state",
8959
- "fieldName": "disabled"
8960
- },
8961
- {
8962
- "name": "theme",
8963
- "type": {
8964
- "text": "'light' | 'dark' | undefined"
8965
- },
8966
- "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
8967
- "fieldName": "theme"
8968
- },
8969
- {
8970
- "name": "value",
8971
- "type": {
8972
- "text": "string | undefined"
8973
- },
8974
- "description": "The value attribute for the input element",
8975
- "fieldName": "value"
8976
- },
8977
- {
8978
- "name": "checked",
8979
- "type": {
8980
- "text": "boolean"
8981
- },
8982
- "default": "false",
8983
- "description": "The checked attribute for the input element",
8984
- "fieldName": "checked"
8985
- },
8986
- {
8987
- "name": "onKeyDown",
8988
- "type": {
8989
- "text": "(event: KeyboardEvent) => void | undefined"
8990
- },
8991
- "description": "A user-defined function to handle keydown events",
8992
- "fieldName": "onKeyDown"
8993
- }
8994
- ],
8995
- "superclass": {
8996
- "name": "LitElement",
8997
- "package": "lit"
8998
- },
8999
- "tagName": "bm-radio-button",
9000
- "customElement": true
9001
- }
9002
- ],
9003
- "exports": [
9004
- {
9005
- "kind": "js",
9006
- "name": "BmRadioButton",
9007
- "declaration": {
9008
- "name": "BmRadioButton",
9009
- "module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
9010
- }
9011
- },
9012
- {
9013
- "kind": "custom-element-definition",
9014
- "name": "bm-radio-button",
9015
- "declaration": {
9016
- "name": "BmRadioButton",
9017
- "module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
9018
- }
9019
- }
9020
- ]
9021
- },
9022
- {
9023
- "kind": "javascript-module",
9024
- "path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
9025
- "declarations": [],
9026
- "exports": [
9027
- {
9028
- "kind": "js",
9029
- "name": "*",
9030
- "declaration": {
9031
- "name": "*",
9032
- "package": "./RadioButton"
9033
- }
9034
- },
9035
- {
9036
- "kind": "js",
9037
- "name": "*",
9038
- "declaration": {
9039
- "name": "*",
9040
- "package": "./RadioButtonGroup/RadioButtonGroup"
9041
- }
9042
- }
9043
- ]
9044
- },
9045
- {
9046
- "kind": "javascript-module",
9047
- "path": "libs/web-components/src/lib/wip/Switch/Switch.ts",
9048
- "declarations": [
9049
- {
9050
- "kind": "class",
9051
- "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",
9052
- "name": "BmSwitch",
9053
- "slots": [
9054
- {
9055
- "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
9056
- "name": "onText"
9057
- },
9058
- {
9059
- "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
9060
- "name": "offText"
9061
- }
9062
- ],
9063
- "members": [
9064
- {
9065
- "kind": "field",
9066
- "name": "inputChoiceGroupContext",
9067
- "type": {
9068
- "text": "InputChoiceGroupContextProps"
9069
- }
9070
- },
9071
- {
9072
- "kind": "field",
9073
- "name": "onText",
9074
- "type": {
9075
- "text": "string | undefined"
9076
- },
9077
- "default": "undefined",
9078
- "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
9079
- "attribute": "onText"
9080
- },
9081
- {
9082
- "kind": "field",
9083
- "name": "offText",
9084
- "type": {
9085
- "text": "string | undefined"
9086
- },
9087
- "default": "undefined",
9088
- "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
9089
- "attribute": "offText"
9090
- },
9091
- {
9092
- "kind": "field",
9093
- "name": "theme",
9094
- "type": {
9095
- "text": "ThemeTypes | undefined"
9096
- },
9097
- "default": "undefined",
9098
- "description": "Specify the theme of the Switch. By default it inherits the theme from the parent"
9099
- },
9100
- {
9101
- "kind": "field",
9102
- "name": "textPosition",
9103
- "type": {
9104
- "text": "'before' | 'after'"
9105
- },
9106
- "default": "'after'",
9107
- "description": "Specify the position of the side label",
9108
- "attribute": "textPosition"
9109
- },
9110
- {
9111
- "kind": "field",
9112
- "name": "readOnly",
9113
- "type": {
9114
- "text": "boolean"
9115
- },
9116
- "default": "false",
9117
- "description": "Specify if Switch displays in a read-only state",
9118
- "attribute": "readOnly"
9119
- },
9120
- {
9121
- "kind": "field",
9122
- "name": "disabled",
9123
- "type": {
9124
- "text": "boolean"
9125
- },
9126
- "default": "false",
9127
- "description": "Specify if Switch displays in a disabled state",
9128
- "attribute": "disabled"
9129
- },
9130
- {
9131
- "kind": "field",
9132
- "name": "checked",
9133
- "type": {
9134
- "text": "boolean"
9135
- },
9136
- "default": "false",
9137
- "attribute": "checked"
9138
- },
9139
- {
9140
- "kind": "field",
9141
- "name": "value",
9142
- "type": {
9143
- "text": "string | undefined"
9144
- },
9145
- "description": "The value attribute for the input element",
9146
- "attribute": "value"
9147
- },
9148
- {
9149
- "kind": "field",
9150
- "name": "switchRef"
9151
- }
9152
- ],
9153
- "attributes": [
9154
- {
9155
- "name": "onText",
9156
- "type": {
9157
- "text": "string | undefined"
9158
- },
9159
- "default": "undefined",
9160
- "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
9161
- "fieldName": "onText"
9162
- },
9163
- {
9164
- "name": "offText",
9165
- "type": {
9166
- "text": "string | undefined"
9167
- },
9168
- "default": "undefined",
9169
- "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
9170
- "fieldName": "offText"
9171
- },
9172
- {
9173
- "name": "textPosition",
9174
- "type": {
9175
- "text": "'before' | 'after'"
9176
- },
9177
- "default": "'after'",
9178
- "description": "Specify the position of the side label",
9179
- "fieldName": "textPosition"
9180
- },
9181
- {
9182
- "name": "readOnly",
9183
- "type": {
9184
- "text": "boolean"
9185
- },
9186
- "default": "false",
9187
- "description": "Specify if Switch displays in a read-only state",
9188
- "fieldName": "readOnly"
9189
- },
9190
- {
9191
- "name": "disabled",
9192
- "type": {
9193
- "text": "boolean"
9194
- },
9195
- "default": "false",
9196
- "description": "Specify if Switch displays in a disabled state",
9197
- "fieldName": "disabled"
9198
- },
9199
- {
9200
- "name": "checked",
9201
- "type": {
9202
- "text": "boolean"
9203
- },
9204
- "default": "false",
9205
- "fieldName": "checked"
9206
- },
9207
- {
9208
- "name": "value",
9209
- "type": {
9210
- "text": "string | undefined"
9211
- },
9212
- "description": "The value attribute for the input element",
9213
- "fieldName": "value"
8996
+ "inheritedFrom": {
8997
+ "name": "FormField",
8998
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8999
+ }
9214
9000
  }
9215
9001
  ],
9216
9002
  "superclass": {
9217
- "name": "LitElement",
9218
- "package": "lit"
9003
+ "name": "FormField",
9004
+ "module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
9219
9005
  },
9220
- "tagName": "bm-switch",
9006
+ "summary": "`bm-native-select`",
9007
+ "tagName": "bm-native-select",
9221
9008
  "customElement": true
9222
9009
  }
9223
9010
  ],
9224
9011
  "exports": [
9225
9012
  {
9226
9013
  "kind": "js",
9227
- "name": "BmSwitch",
9014
+ "name": "BmNativeSelect",
9228
9015
  "declaration": {
9229
- "name": "BmSwitch",
9230
- "module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
9016
+ "name": "BmNativeSelect",
9017
+ "module": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts"
9231
9018
  }
9232
9019
  },
9233
9020
  {
9234
9021
  "kind": "custom-element-definition",
9235
- "name": "bm-switch",
9022
+ "name": "bm-native-select",
9236
9023
  "declaration": {
9237
- "name": "BmSwitch",
9238
- "module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
9024
+ "name": "BmNativeSelect",
9025
+ "module": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts"
9239
9026
  }
9240
9027
  }
9241
9028
  ]
9242
9029
  },
9243
9030
  {
9244
9031
  "kind": "javascript-module",
9245
- "path": "libs/web-components/src/lib/wip/Switch/index.ts",
9032
+ "path": "libs/web-components/src/lib/wip/NativeSelect/index.ts",
9246
9033
  "declarations": [],
9247
9034
  "exports": [
9248
9035
  {
@@ -9250,15 +9037,7 @@
9250
9037
  "name": "*",
9251
9038
  "declaration": {
9252
9039
  "name": "*",
9253
- "package": "./Switch"
9254
- }
9255
- },
9256
- {
9257
- "kind": "js",
9258
- "name": "*",
9259
- "declaration": {
9260
- "name": "*",
9261
- "package": "./SwitchGroup/SwitchGroup"
9040
+ "package": "./NativeSelect"
9262
9041
  }
9263
9042
  }
9264
9043
  ]
@@ -9778,6 +9557,227 @@
9778
9557
  }
9779
9558
  ]
9780
9559
  },
9560
+ {
9561
+ "kind": "javascript-module",
9562
+ "path": "libs/web-components/src/lib/wip/Switch/Switch.ts",
9563
+ "declarations": [
9564
+ {
9565
+ "kind": "class",
9566
+ "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",
9567
+ "name": "BmSwitch",
9568
+ "slots": [
9569
+ {
9570
+ "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
9571
+ "name": "onText"
9572
+ },
9573
+ {
9574
+ "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
9575
+ "name": "offText"
9576
+ }
9577
+ ],
9578
+ "members": [
9579
+ {
9580
+ "kind": "field",
9581
+ "name": "inputChoiceGroupContext",
9582
+ "type": {
9583
+ "text": "InputChoiceGroupContextProps"
9584
+ }
9585
+ },
9586
+ {
9587
+ "kind": "field",
9588
+ "name": "onText",
9589
+ "type": {
9590
+ "text": "string | undefined"
9591
+ },
9592
+ "default": "undefined",
9593
+ "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
9594
+ "attribute": "onText"
9595
+ },
9596
+ {
9597
+ "kind": "field",
9598
+ "name": "offText",
9599
+ "type": {
9600
+ "text": "string | undefined"
9601
+ },
9602
+ "default": "undefined",
9603
+ "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
9604
+ "attribute": "offText"
9605
+ },
9606
+ {
9607
+ "kind": "field",
9608
+ "name": "theme",
9609
+ "type": {
9610
+ "text": "ThemeTypes | undefined"
9611
+ },
9612
+ "default": "undefined",
9613
+ "description": "Specify the theme of the Switch. By default it inherits the theme from the parent"
9614
+ },
9615
+ {
9616
+ "kind": "field",
9617
+ "name": "textPosition",
9618
+ "type": {
9619
+ "text": "'before' | 'after'"
9620
+ },
9621
+ "default": "'after'",
9622
+ "description": "Specify the position of the side label",
9623
+ "attribute": "textPosition"
9624
+ },
9625
+ {
9626
+ "kind": "field",
9627
+ "name": "readOnly",
9628
+ "type": {
9629
+ "text": "boolean"
9630
+ },
9631
+ "default": "false",
9632
+ "description": "Specify if Switch displays in a read-only state",
9633
+ "attribute": "readOnly"
9634
+ },
9635
+ {
9636
+ "kind": "field",
9637
+ "name": "disabled",
9638
+ "type": {
9639
+ "text": "boolean"
9640
+ },
9641
+ "default": "false",
9642
+ "description": "Specify if Switch displays in a disabled state",
9643
+ "attribute": "disabled"
9644
+ },
9645
+ {
9646
+ "kind": "field",
9647
+ "name": "checked",
9648
+ "type": {
9649
+ "text": "boolean"
9650
+ },
9651
+ "default": "false",
9652
+ "attribute": "checked"
9653
+ },
9654
+ {
9655
+ "kind": "field",
9656
+ "name": "value",
9657
+ "type": {
9658
+ "text": "string | undefined"
9659
+ },
9660
+ "description": "The value attribute for the input element",
9661
+ "attribute": "value"
9662
+ },
9663
+ {
9664
+ "kind": "field",
9665
+ "name": "switchRef"
9666
+ }
9667
+ ],
9668
+ "attributes": [
9669
+ {
9670
+ "name": "onText",
9671
+ "type": {
9672
+ "text": "string | undefined"
9673
+ },
9674
+ "default": "undefined",
9675
+ "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
9676
+ "fieldName": "onText"
9677
+ },
9678
+ {
9679
+ "name": "offText",
9680
+ "type": {
9681
+ "text": "string | undefined"
9682
+ },
9683
+ "default": "undefined",
9684
+ "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
9685
+ "fieldName": "offText"
9686
+ },
9687
+ {
9688
+ "name": "textPosition",
9689
+ "type": {
9690
+ "text": "'before' | 'after'"
9691
+ },
9692
+ "default": "'after'",
9693
+ "description": "Specify the position of the side label",
9694
+ "fieldName": "textPosition"
9695
+ },
9696
+ {
9697
+ "name": "readOnly",
9698
+ "type": {
9699
+ "text": "boolean"
9700
+ },
9701
+ "default": "false",
9702
+ "description": "Specify if Switch displays in a read-only state",
9703
+ "fieldName": "readOnly"
9704
+ },
9705
+ {
9706
+ "name": "disabled",
9707
+ "type": {
9708
+ "text": "boolean"
9709
+ },
9710
+ "default": "false",
9711
+ "description": "Specify if Switch displays in a disabled state",
9712
+ "fieldName": "disabled"
9713
+ },
9714
+ {
9715
+ "name": "checked",
9716
+ "type": {
9717
+ "text": "boolean"
9718
+ },
9719
+ "default": "false",
9720
+ "fieldName": "checked"
9721
+ },
9722
+ {
9723
+ "name": "value",
9724
+ "type": {
9725
+ "text": "string | undefined"
9726
+ },
9727
+ "description": "The value attribute for the input element",
9728
+ "fieldName": "value"
9729
+ }
9730
+ ],
9731
+ "superclass": {
9732
+ "name": "LitElement",
9733
+ "package": "lit"
9734
+ },
9735
+ "tagName": "bm-switch",
9736
+ "customElement": true
9737
+ }
9738
+ ],
9739
+ "exports": [
9740
+ {
9741
+ "kind": "js",
9742
+ "name": "BmSwitch",
9743
+ "declaration": {
9744
+ "name": "BmSwitch",
9745
+ "module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
9746
+ }
9747
+ },
9748
+ {
9749
+ "kind": "custom-element-definition",
9750
+ "name": "bm-switch",
9751
+ "declaration": {
9752
+ "name": "BmSwitch",
9753
+ "module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
9754
+ }
9755
+ }
9756
+ ]
9757
+ },
9758
+ {
9759
+ "kind": "javascript-module",
9760
+ "path": "libs/web-components/src/lib/wip/Switch/index.ts",
9761
+ "declarations": [],
9762
+ "exports": [
9763
+ {
9764
+ "kind": "js",
9765
+ "name": "*",
9766
+ "declaration": {
9767
+ "name": "*",
9768
+ "package": "./Switch"
9769
+ }
9770
+ },
9771
+ {
9772
+ "kind": "js",
9773
+ "name": "*",
9774
+ "declaration": {
9775
+ "name": "*",
9776
+ "package": "./SwitchGroup/SwitchGroup"
9777
+ }
9778
+ }
9779
+ ]
9780
+ },
9781
9781
  {
9782
9782
  "kind": "javascript-module",
9783
9783
  "path": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts",