@viasat/beam-web-components 2.23.0 → 2.24.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.
@@ -292,6 +292,138 @@
292
292
  }
293
293
  ]
294
294
  },
295
+ {
296
+ "kind": "javascript-module",
297
+ "path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
298
+ "declarations": [
299
+ {
300
+ "kind": "class",
301
+ "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",
302
+ "name": "BmBadgeDot",
303
+ "slots": [
304
+ {
305
+ "description": "Provide text for the BadgeDot",
306
+ "name": "default"
307
+ }
308
+ ],
309
+ "members": [
310
+ {
311
+ "kind": "field",
312
+ "name": "theme",
313
+ "type": {
314
+ "text": "'light' | 'dark' | undefined"
315
+ },
316
+ "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
317
+ "attribute": "theme"
318
+ },
319
+ {
320
+ "kind": "field",
321
+ "name": "appearance",
322
+ "type": {
323
+ "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
324
+ },
325
+ "default": "'infoPrimary'",
326
+ "description": "Specify the appearance of the BadgeDot",
327
+ "attribute": "appearance"
328
+ },
329
+ {
330
+ "kind": "field",
331
+ "name": "emphasis",
332
+ "type": {
333
+ "text": "'strong' | 'subtle'"
334
+ },
335
+ "default": "'strong'",
336
+ "description": "Specify the emphasis of the BadgeDot",
337
+ "attribute": "emphasis"
338
+ },
339
+ {
340
+ "kind": "field",
341
+ "name": "overrideDotColor",
342
+ "type": {
343
+ "text": "string | undefined"
344
+ },
345
+ "description": "Overrides default dot color",
346
+ "attribute": "overrideDotColor"
347
+ }
348
+ ],
349
+ "attributes": [
350
+ {
351
+ "name": "theme",
352
+ "type": {
353
+ "text": "'light' | 'dark' | undefined"
354
+ },
355
+ "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
356
+ "fieldName": "theme"
357
+ },
358
+ {
359
+ "name": "appearance",
360
+ "type": {
361
+ "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
362
+ },
363
+ "default": "'infoPrimary'",
364
+ "description": "Specify the appearance of the BadgeDot",
365
+ "fieldName": "appearance"
366
+ },
367
+ {
368
+ "name": "emphasis",
369
+ "type": {
370
+ "text": "'strong' | 'subtle'"
371
+ },
372
+ "default": "'strong'",
373
+ "description": "Specify the emphasis of the BadgeDot",
374
+ "fieldName": "emphasis"
375
+ },
376
+ {
377
+ "name": "overrideDotColor",
378
+ "type": {
379
+ "text": "string | undefined"
380
+ },
381
+ "description": "Overrides default dot color",
382
+ "fieldName": "overrideDotColor"
383
+ }
384
+ ],
385
+ "superclass": {
386
+ "name": "LitElement",
387
+ "package": "lit"
388
+ },
389
+ "tagName": "bm-badge-dot",
390
+ "customElement": true
391
+ }
392
+ ],
393
+ "exports": [
394
+ {
395
+ "kind": "js",
396
+ "name": "BmBadgeDot",
397
+ "declaration": {
398
+ "name": "BmBadgeDot",
399
+ "module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
400
+ }
401
+ },
402
+ {
403
+ "kind": "custom-element-definition",
404
+ "name": "bm-badge-dot",
405
+ "declaration": {
406
+ "name": "BmBadgeDot",
407
+ "module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
408
+ }
409
+ }
410
+ ]
411
+ },
412
+ {
413
+ "kind": "javascript-module",
414
+ "path": "libs/web-components/src/lib/BadgeDot/index.ts",
415
+ "declarations": [],
416
+ "exports": [
417
+ {
418
+ "kind": "js",
419
+ "name": "*",
420
+ "declaration": {
421
+ "name": "*",
422
+ "package": "./BadgeDot"
423
+ }
424
+ }
425
+ ]
426
+ },
295
427
  {
296
428
  "kind": "javascript-module",
297
429
  "path": "libs/web-components/src/lib/Badge/Badge.ts",
@@ -849,279 +981,147 @@
849
981
  },
850
982
  {
851
983
  "kind": "javascript-module",
852
- "path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
984
+ "path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts",
985
+ "declarations": [
986
+ {
987
+ "kind": "variable",
988
+ "name": "BreadcrumbGroupCtx"
989
+ }
990
+ ],
991
+ "exports": [
992
+ {
993
+ "kind": "js",
994
+ "name": "BreadcrumbGroupCtx",
995
+ "declaration": {
996
+ "name": "BreadcrumbGroupCtx",
997
+ "module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts"
998
+ }
999
+ }
1000
+ ]
1001
+ },
1002
+ {
1003
+ "kind": "javascript-module",
1004
+ "path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts",
853
1005
  "declarations": [
854
1006
  {
855
1007
  "kind": "class",
856
- "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",
857
- "name": "BmBadgeDot",
1008
+ "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",
1009
+ "name": "BmBreadcrumbs",
858
1010
  "slots": [
859
1011
  {
860
- "description": "Provide text for the BadgeDot",
1012
+ "description": "Pass items to the Breadcrumb",
861
1013
  "name": "default"
862
1014
  }
863
1015
  ],
864
1016
  "members": [
865
1017
  {
866
1018
  "kind": "field",
867
- "name": "theme",
1019
+ "name": "wrap",
868
1020
  "type": {
869
- "text": "'light' | 'dark' | undefined"
1021
+ "text": "boolean"
870
1022
  },
871
- "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
872
- "attribute": "theme"
1023
+ "default": "true",
1024
+ "description": "Specify if items wrap or collapse to an ellipsis",
1025
+ "attribute": "wrap"
873
1026
  },
874
1027
  {
875
1028
  "kind": "field",
876
- "name": "appearance",
1029
+ "name": "itemsBeforeCollapse",
877
1030
  "type": {
878
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
1031
+ "text": "number"
879
1032
  },
880
- "default": "'infoPrimary'",
881
- "description": "Specify the appearance of the BadgeDot",
882
- "attribute": "appearance"
1033
+ "default": "1",
1034
+ "description": "Specify how many items show before ellipsis",
1035
+ "attribute": "itemsBeforeCollapse"
883
1036
  },
884
1037
  {
885
1038
  "kind": "field",
886
- "name": "emphasis",
1039
+ "name": "itemsAfterCollapse",
887
1040
  "type": {
888
- "text": "'strong' | 'subtle'"
1041
+ "text": "number"
889
1042
  },
890
- "default": "'strong'",
891
- "description": "Specify the emphasis of the BadgeDot",
892
- "attribute": "emphasis"
1043
+ "default": "1",
1044
+ "description": "Specify how many items show after ellipsis",
1045
+ "attribute": "itemsAfterCollapse"
893
1046
  },
894
1047
  {
895
1048
  "kind": "field",
896
- "name": "overrideDotColor",
1049
+ "name": "theme",
897
1050
  "type": {
898
- "text": "string | undefined"
1051
+ "text": "'light' | 'dark' | undefined"
899
1052
  },
900
- "description": "Overrides default dot color",
901
- "attribute": "overrideDotColor"
1053
+ "description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
1054
+ "attribute": "theme"
902
1055
  }
903
1056
  ],
904
1057
  "attributes": [
905
1058
  {
906
- "name": "theme",
1059
+ "name": "wrap",
907
1060
  "type": {
908
- "text": "'light' | 'dark' | undefined"
1061
+ "text": "boolean"
909
1062
  },
910
- "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
911
- "fieldName": "theme"
1063
+ "default": "true",
1064
+ "description": "Specify if items wrap or collapse to an ellipsis",
1065
+ "fieldName": "wrap"
912
1066
  },
913
1067
  {
914
- "name": "appearance",
1068
+ "name": "itemsBeforeCollapse",
915
1069
  "type": {
916
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
1070
+ "text": "number"
917
1071
  },
918
- "default": "'infoPrimary'",
919
- "description": "Specify the appearance of the BadgeDot",
920
- "fieldName": "appearance"
1072
+ "default": "1",
1073
+ "description": "Specify how many items show before ellipsis",
1074
+ "fieldName": "itemsBeforeCollapse"
921
1075
  },
922
1076
  {
923
- "name": "emphasis",
1077
+ "name": "itemsAfterCollapse",
924
1078
  "type": {
925
- "text": "'strong' | 'subtle'"
1079
+ "text": "number"
926
1080
  },
927
- "default": "'strong'",
928
- "description": "Specify the emphasis of the BadgeDot",
929
- "fieldName": "emphasis"
1081
+ "default": "1",
1082
+ "description": "Specify how many items show after ellipsis",
1083
+ "fieldName": "itemsAfterCollapse"
930
1084
  },
931
1085
  {
932
- "name": "overrideDotColor",
1086
+ "name": "theme",
933
1087
  "type": {
934
- "text": "string | undefined"
1088
+ "text": "'light' | 'dark' | undefined"
935
1089
  },
936
- "description": "Overrides default dot color",
937
- "fieldName": "overrideDotColor"
1090
+ "description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
1091
+ "fieldName": "theme"
938
1092
  }
939
1093
  ],
940
1094
  "superclass": {
941
1095
  "name": "LitElement",
942
1096
  "package": "lit"
943
1097
  },
944
- "tagName": "bm-badge-dot",
1098
+ "tagName": "bm-breadcrumb",
945
1099
  "customElement": true
946
1100
  }
947
1101
  ],
948
1102
  "exports": [
949
1103
  {
950
1104
  "kind": "js",
951
- "name": "BmBadgeDot",
1105
+ "name": "BmBreadcrumbs",
952
1106
  "declaration": {
953
- "name": "BmBadgeDot",
954
- "module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
1107
+ "name": "BmBreadcrumbs",
1108
+ "module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
955
1109
  }
956
1110
  },
957
1111
  {
958
1112
  "kind": "custom-element-definition",
959
- "name": "bm-badge-dot",
1113
+ "name": "bm-breadcrumb",
960
1114
  "declaration": {
961
- "name": "BmBadgeDot",
962
- "module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
1115
+ "name": "BmBreadcrumbs",
1116
+ "module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
963
1117
  }
964
1118
  }
965
1119
  ]
966
1120
  },
967
1121
  {
968
1122
  "kind": "javascript-module",
969
- "path": "libs/web-components/src/lib/BadgeDot/index.ts",
970
- "declarations": [],
971
- "exports": [
972
- {
973
- "kind": "js",
974
- "name": "*",
975
- "declaration": {
976
- "name": "*",
977
- "package": "./BadgeDot"
978
- }
979
- }
980
- ]
981
- },
982
- {
983
- "kind": "javascript-module",
984
- "path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts",
985
- "declarations": [
986
- {
987
- "kind": "variable",
988
- "name": "BreadcrumbGroupCtx"
989
- }
990
- ],
991
- "exports": [
992
- {
993
- "kind": "js",
994
- "name": "BreadcrumbGroupCtx",
995
- "declaration": {
996
- "name": "BreadcrumbGroupCtx",
997
- "module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts"
998
- }
999
- }
1000
- ]
1001
- },
1002
- {
1003
- "kind": "javascript-module",
1004
- "path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts",
1005
- "declarations": [
1006
- {
1007
- "kind": "class",
1008
- "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",
1009
- "name": "BmBreadcrumbs",
1010
- "slots": [
1011
- {
1012
- "description": "Pass items to the Breadcrumb",
1013
- "name": "default"
1014
- }
1015
- ],
1016
- "members": [
1017
- {
1018
- "kind": "field",
1019
- "name": "wrap",
1020
- "type": {
1021
- "text": "boolean"
1022
- },
1023
- "default": "true",
1024
- "description": "Specify if items wrap or collapse to an ellipsis",
1025
- "attribute": "wrap"
1026
- },
1027
- {
1028
- "kind": "field",
1029
- "name": "itemsBeforeCollapse",
1030
- "type": {
1031
- "text": "number"
1032
- },
1033
- "default": "1",
1034
- "description": "Specify how many items show before ellipsis",
1035
- "attribute": "itemsBeforeCollapse"
1036
- },
1037
- {
1038
- "kind": "field",
1039
- "name": "itemsAfterCollapse",
1040
- "type": {
1041
- "text": "number"
1042
- },
1043
- "default": "1",
1044
- "description": "Specify how many items show after ellipsis",
1045
- "attribute": "itemsAfterCollapse"
1046
- },
1047
- {
1048
- "kind": "field",
1049
- "name": "theme",
1050
- "type": {
1051
- "text": "'light' | 'dark' | undefined"
1052
- },
1053
- "description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
1054
- "attribute": "theme"
1055
- }
1056
- ],
1057
- "attributes": [
1058
- {
1059
- "name": "wrap",
1060
- "type": {
1061
- "text": "boolean"
1062
- },
1063
- "default": "true",
1064
- "description": "Specify if items wrap or collapse to an ellipsis",
1065
- "fieldName": "wrap"
1066
- },
1067
- {
1068
- "name": "itemsBeforeCollapse",
1069
- "type": {
1070
- "text": "number"
1071
- },
1072
- "default": "1",
1073
- "description": "Specify how many items show before ellipsis",
1074
- "fieldName": "itemsBeforeCollapse"
1075
- },
1076
- {
1077
- "name": "itemsAfterCollapse",
1078
- "type": {
1079
- "text": "number"
1080
- },
1081
- "default": "1",
1082
- "description": "Specify how many items show after ellipsis",
1083
- "fieldName": "itemsAfterCollapse"
1084
- },
1085
- {
1086
- "name": "theme",
1087
- "type": {
1088
- "text": "'light' | 'dark' | undefined"
1089
- },
1090
- "description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
1091
- "fieldName": "theme"
1092
- }
1093
- ],
1094
- "superclass": {
1095
- "name": "LitElement",
1096
- "package": "lit"
1097
- },
1098
- "tagName": "bm-breadcrumb",
1099
- "customElement": true
1100
- }
1101
- ],
1102
- "exports": [
1103
- {
1104
- "kind": "js",
1105
- "name": "BmBreadcrumbs",
1106
- "declaration": {
1107
- "name": "BmBreadcrumbs",
1108
- "module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
1109
- }
1110
- },
1111
- {
1112
- "kind": "custom-element-definition",
1113
- "name": "bm-breadcrumb",
1114
- "declaration": {
1115
- "name": "BmBreadcrumbs",
1116
- "module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
1117
- }
1118
- }
1119
- ]
1120
- },
1121
- {
1122
- "kind": "javascript-module",
1123
- "path": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts",
1124
- "declarations": [
1123
+ "path": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts",
1124
+ "declarations": [
1125
1125
  {
1126
1126
  "kind": "class",
1127
1127
  "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** ",
@@ -7876,323 +7876,108 @@
7876
7876
  },
7877
7877
  {
7878
7878
  "kind": "javascript-module",
7879
- "path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
7879
+ "path": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts",
7880
7880
  "declarations": [
7881
7881
  {
7882
7882
  "kind": "class",
7883
- "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",
7884
- "name": "BmRadioButton",
7885
- "members": [
7883
+ "description": "### Attributes:\n- **required** - Specify if NativeSelect is a required input\n- **readOnly** - Specify if NativeSelect displays in a read-only state\n- **disabled** - Specify if NativeSelect displays in a disabled state\n- **error** - Specify error text and display error state of a NativeSelect\n- **fluid** - Specify if NativeSelect is fluid\n- **width** - Specify the width of NativeSelect\n- **ellipse** - Specify if overflow displays ellipsis\n- **hideRequiredMarker** - Specify if the NativeSelect displays with an asterisk\n- **theme** - Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
7884
+ "name": "BmNativeSelect",
7885
+ "slots": [
7886
7886
  {
7887
- "kind": "field",
7888
- "name": "label",
7889
- "type": {
7890
- "text": "string | undefined"
7891
- },
7892
- "description": "Specify the text for the label",
7893
- "attribute": "label"
7887
+ "description": "Specify Options for NativeSelect",
7888
+ "name": "slot"
7889
+ },
7890
+ {
7891
+ "description": "Specify Label for NativeSelect",
7892
+ "name": "label"
7894
7893
  },
7894
+ {
7895
+ "description": "Specify HelperText for NativeSelect",
7896
+ "name": "helper-text"
7897
+ }
7898
+ ],
7899
+ "members": [
7895
7900
  {
7896
7901
  "kind": "field",
7897
- "name": "error",
7902
+ "name": "required",
7898
7903
  "type": {
7899
- "text": "boolean | undefined"
7904
+ "text": "boolean"
7900
7905
  },
7901
- "description": "Specify error text and display error state of a RadioButton",
7902
- "attribute": "error"
7906
+ "default": "false",
7907
+ "description": "Specify if NativeSelect is a required input",
7908
+ "attribute": "required"
7903
7909
  },
7904
7910
  {
7905
7911
  "kind": "field",
7906
7912
  "name": "readOnly",
7907
7913
  "type": {
7908
- "text": "boolean | undefined"
7914
+ "text": "boolean"
7909
7915
  },
7910
- "description": "Specify if RadioButton displays in a read-only state",
7916
+ "default": "false",
7917
+ "description": "Specify if NativeSelect displays in a read-only state",
7911
7918
  "attribute": "readOnly"
7912
7919
  },
7913
7920
  {
7914
7921
  "kind": "field",
7915
7922
  "name": "disabled",
7916
7923
  "type": {
7917
- "text": "boolean | undefined"
7924
+ "text": "boolean"
7918
7925
  },
7919
- "description": "Specify if RadioButton displays in a disabled state",
7926
+ "default": "false",
7927
+ "description": "Specify if NativeSelect displays in a disabled state",
7920
7928
  "attribute": "disabled"
7921
7929
  },
7922
7930
  {
7923
7931
  "kind": "field",
7924
- "name": "theme",
7925
- "type": {
7926
- "text": "'light' | 'dark' | undefined"
7927
- },
7928
- "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
7929
- "attribute": "theme"
7930
- },
7931
- {
7932
- "kind": "field",
7933
- "name": "value",
7932
+ "name": "error",
7934
7933
  "type": {
7935
7934
  "text": "string | undefined"
7936
7935
  },
7937
- "description": "The value attribute for the input element",
7938
- "attribute": "value"
7936
+ "description": "Specify error text and display error state of a NativeSelect",
7937
+ "attribute": "error"
7939
7938
  },
7940
7939
  {
7941
7940
  "kind": "field",
7942
- "name": "checked",
7941
+ "name": "fluid",
7943
7942
  "type": {
7944
7943
  "text": "boolean"
7945
7944
  },
7946
7945
  "default": "false",
7947
- "description": "The checked attribute for the input element",
7948
- "attribute": "checked"
7946
+ "description": "Specify if NativeSelect is fluid",
7947
+ "attribute": "fluid"
7949
7948
  },
7950
7949
  {
7951
7950
  "kind": "field",
7952
- "name": "onKeyDown",
7951
+ "name": "width",
7953
7952
  "type": {
7954
- "text": "(event: KeyboardEvent) => void | undefined"
7953
+ "text": "string | undefined"
7955
7954
  },
7956
- "description": "A user-defined function to handle keydown events",
7957
- "attribute": "onKeyDown"
7955
+ "description": "Specify the width of NativeSelect",
7956
+ "attribute": "width"
7958
7957
  },
7959
7958
  {
7960
7959
  "kind": "field",
7961
- "name": "inputChoiceGroupContext",
7960
+ "name": "ellipse",
7962
7961
  "type": {
7963
- "text": "InputChoiceGroupContextProps"
7964
- }
7962
+ "text": "boolean"
7963
+ },
7964
+ "default": "true",
7965
+ "description": "Specify if overflow displays ellipsis",
7966
+ "attribute": "ellipse"
7965
7967
  },
7966
7968
  {
7967
7969
  "kind": "field",
7968
- "name": "radioButtonRef"
7969
- },
7970
- {
7971
- "kind": "method",
7972
- "name": "focus"
7973
- }
7974
- ],
7975
- "attributes": [
7976
- {
7977
- "name": "label",
7970
+ "name": "hideRequiredMarker",
7978
7971
  "type": {
7979
- "text": "string | undefined"
7972
+ "text": "boolean"
7980
7973
  },
7981
- "description": "Specify the text for the label",
7982
- "fieldName": "label"
7974
+ "default": "false",
7975
+ "description": "Specify if the NativeSelect displays with an asterisk",
7976
+ "attribute": "hideRequiredMarker"
7983
7977
  },
7984
7978
  {
7985
- "name": "error",
7986
- "type": {
7987
- "text": "boolean | undefined"
7988
- },
7989
- "description": "Specify error text and display error state of a RadioButton",
7990
- "fieldName": "error"
7991
- },
7992
- {
7993
- "name": "readOnly",
7994
- "type": {
7995
- "text": "boolean | undefined"
7996
- },
7997
- "description": "Specify if RadioButton displays in a read-only state",
7998
- "fieldName": "readOnly"
7999
- },
8000
- {
8001
- "name": "disabled",
8002
- "type": {
8003
- "text": "boolean | undefined"
8004
- },
8005
- "description": "Specify if RadioButton displays in a disabled state",
8006
- "fieldName": "disabled"
8007
- },
8008
- {
8009
- "name": "theme",
8010
- "type": {
8011
- "text": "'light' | 'dark' | undefined"
8012
- },
8013
- "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
8014
- "fieldName": "theme"
8015
- },
8016
- {
8017
- "name": "value",
8018
- "type": {
8019
- "text": "string | undefined"
8020
- },
8021
- "description": "The value attribute for the input element",
8022
- "fieldName": "value"
8023
- },
8024
- {
8025
- "name": "checked",
8026
- "type": {
8027
- "text": "boolean"
8028
- },
8029
- "default": "false",
8030
- "description": "The checked attribute for the input element",
8031
- "fieldName": "checked"
8032
- },
8033
- {
8034
- "name": "onKeyDown",
8035
- "type": {
8036
- "text": "(event: KeyboardEvent) => void | undefined"
8037
- },
8038
- "description": "A user-defined function to handle keydown events",
8039
- "fieldName": "onKeyDown"
8040
- }
8041
- ],
8042
- "superclass": {
8043
- "name": "LitElement",
8044
- "package": "lit"
8045
- },
8046
- "tagName": "bm-radio-button",
8047
- "customElement": true
8048
- }
8049
- ],
8050
- "exports": [
8051
- {
8052
- "kind": "js",
8053
- "name": "BmRadioButton",
8054
- "declaration": {
8055
- "name": "BmRadioButton",
8056
- "module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
8057
- }
8058
- },
8059
- {
8060
- "kind": "custom-element-definition",
8061
- "name": "bm-radio-button",
8062
- "declaration": {
8063
- "name": "BmRadioButton",
8064
- "module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
8065
- }
8066
- }
8067
- ]
8068
- },
8069
- {
8070
- "kind": "javascript-module",
8071
- "path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
8072
- "declarations": [],
8073
- "exports": [
8074
- {
8075
- "kind": "js",
8076
- "name": "*",
8077
- "declaration": {
8078
- "name": "*",
8079
- "package": "./RadioButton"
8080
- }
8081
- },
8082
- {
8083
- "kind": "js",
8084
- "name": "*",
8085
- "declaration": {
8086
- "name": "*",
8087
- "package": "./RadioButtonGroup/RadioButtonGroup"
8088
- }
8089
- }
8090
- ]
8091
- },
8092
- {
8093
- "kind": "javascript-module",
8094
- "path": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts",
8095
- "declarations": [
8096
- {
8097
- "kind": "class",
8098
- "description": "### Attributes:\n- **required** - Specify if NativeSelect is a required input\n- **readOnly** - Specify if NativeSelect displays in a read-only state\n- **disabled** - Specify if NativeSelect displays in a disabled state\n- **error** - Specify error text and display error state of a NativeSelect\n- **fluid** - Specify if NativeSelect is fluid\n- **width** - Specify the width of NativeSelect\n- **ellipse** - Specify if overflow displays ellipsis\n- **hideRequiredMarker** - Specify if the NativeSelect displays with an asterisk\n- **theme** - Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
8099
- "name": "BmNativeSelect",
8100
- "slots": [
8101
- {
8102
- "description": "Specify Options for NativeSelect",
8103
- "name": "slot"
8104
- },
8105
- {
8106
- "description": "Specify Label for NativeSelect",
8107
- "name": "label"
8108
- },
8109
- {
8110
- "description": "Specify HelperText for NativeSelect",
8111
- "name": "helper-text"
8112
- }
8113
- ],
8114
- "members": [
8115
- {
8116
- "kind": "field",
8117
- "name": "required",
8118
- "type": {
8119
- "text": "boolean"
8120
- },
8121
- "default": "false",
8122
- "description": "Specify if NativeSelect is a required input",
8123
- "attribute": "required"
8124
- },
8125
- {
8126
- "kind": "field",
8127
- "name": "readOnly",
8128
- "type": {
8129
- "text": "boolean"
8130
- },
8131
- "default": "false",
8132
- "description": "Specify if NativeSelect displays in a read-only state",
8133
- "attribute": "readOnly"
8134
- },
8135
- {
8136
- "kind": "field",
8137
- "name": "disabled",
8138
- "type": {
8139
- "text": "boolean"
8140
- },
8141
- "default": "false",
8142
- "description": "Specify if NativeSelect displays in a disabled state",
8143
- "attribute": "disabled"
8144
- },
8145
- {
8146
- "kind": "field",
8147
- "name": "error",
8148
- "type": {
8149
- "text": "string | undefined"
8150
- },
8151
- "description": "Specify error text and display error state of a NativeSelect",
8152
- "attribute": "error"
8153
- },
8154
- {
8155
- "kind": "field",
8156
- "name": "fluid",
8157
- "type": {
8158
- "text": "boolean"
8159
- },
8160
- "default": "false",
8161
- "description": "Specify if NativeSelect is fluid",
8162
- "attribute": "fluid"
8163
- },
8164
- {
8165
- "kind": "field",
8166
- "name": "width",
8167
- "type": {
8168
- "text": "string | undefined"
8169
- },
8170
- "description": "Specify the width of NativeSelect",
8171
- "attribute": "width"
8172
- },
8173
- {
8174
- "kind": "field",
8175
- "name": "ellipse",
8176
- "type": {
8177
- "text": "boolean"
8178
- },
8179
- "default": "true",
8180
- "description": "Specify if overflow displays ellipsis",
8181
- "attribute": "ellipse"
8182
- },
8183
- {
8184
- "kind": "field",
8185
- "name": "hideRequiredMarker",
8186
- "type": {
8187
- "text": "boolean"
8188
- },
8189
- "default": "false",
8190
- "description": "Specify if the NativeSelect displays with an asterisk",
8191
- "attribute": "hideRequiredMarker"
8192
- },
8193
- {
8194
- "kind": "field",
8195
- "name": "theme",
7979
+ "kind": "field",
7980
+ "name": "theme",
8196
7981
  "type": {
8197
7982
  "text": "'light' | 'dark' | undefined"
8198
7983
  },
@@ -8519,88 +8304,66 @@
8519
8304
  },
8520
8305
  {
8521
8306
  "kind": "javascript-module",
8522
- "path": "libs/web-components/src/lib/wip/Switch/Switch.ts",
8307
+ "path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
8523
8308
  "declarations": [
8524
8309
  {
8525
8310
  "kind": "class",
8526
- "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",
8527
- "name": "BmSwitch",
8528
- "slots": [
8529
- {
8530
- "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
8531
- "name": "onText"
8532
- },
8533
- {
8534
- "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
8535
- "name": "offText"
8536
- }
8537
- ],
8311
+ "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",
8312
+ "name": "BmRadioButton",
8538
8313
  "members": [
8539
8314
  {
8540
8315
  "kind": "field",
8541
- "name": "inputChoiceGroupContext",
8542
- "type": {
8543
- "text": "InputChoiceGroupContextProps"
8544
- }
8545
- },
8546
- {
8547
- "kind": "field",
8548
- "name": "onText",
8316
+ "name": "label",
8549
8317
  "type": {
8550
8318
  "text": "string | undefined"
8551
8319
  },
8552
- "default": "undefined",
8553
- "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
8554
- "attribute": "onText"
8320
+ "description": "Specify the text for the label",
8321
+ "attribute": "label"
8555
8322
  },
8556
8323
  {
8557
8324
  "kind": "field",
8558
- "name": "offText",
8325
+ "name": "error",
8559
8326
  "type": {
8560
- "text": "string | undefined"
8327
+ "text": "boolean | undefined"
8561
8328
  },
8562
- "default": "undefined",
8563
- "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
8564
- "attribute": "offText"
8329
+ "description": "Specify error text and display error state of a RadioButton",
8330
+ "attribute": "error"
8565
8331
  },
8566
8332
  {
8567
8333
  "kind": "field",
8568
- "name": "theme",
8334
+ "name": "readOnly",
8569
8335
  "type": {
8570
- "text": "ThemeTypes | undefined"
8336
+ "text": "boolean | undefined"
8571
8337
  },
8572
- "default": "undefined",
8573
- "description": "Specify the theme of the Switch. By default it inherits the theme from the parent"
8338
+ "description": "Specify if RadioButton displays in a read-only state",
8339
+ "attribute": "readOnly"
8574
8340
  },
8575
8341
  {
8576
8342
  "kind": "field",
8577
- "name": "textPosition",
8343
+ "name": "disabled",
8578
8344
  "type": {
8579
- "text": "'before' | 'after'"
8345
+ "text": "boolean | undefined"
8580
8346
  },
8581
- "default": "'after'",
8582
- "description": "Specify the position of the side label",
8583
- "attribute": "textPosition"
8347
+ "description": "Specify if RadioButton displays in a disabled state",
8348
+ "attribute": "disabled"
8584
8349
  },
8585
8350
  {
8586
8351
  "kind": "field",
8587
- "name": "readOnly",
8352
+ "name": "theme",
8588
8353
  "type": {
8589
- "text": "boolean"
8354
+ "text": "'light' | 'dark' | undefined"
8590
8355
  },
8591
- "default": "false",
8592
- "description": "Specify if Switch displays in a read-only state",
8593
- "attribute": "readOnly"
8356
+ "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
8357
+ "attribute": "theme"
8594
8358
  },
8595
8359
  {
8596
8360
  "kind": "field",
8597
- "name": "disabled",
8361
+ "name": "value",
8598
8362
  "type": {
8599
- "text": "boolean"
8363
+ "text": "string | undefined"
8600
8364
  },
8601
- "default": "false",
8602
- "description": "Specify if Switch displays in a disabled state",
8603
- "attribute": "disabled"
8365
+ "description": "The value attribute for the input element",
8366
+ "attribute": "value"
8604
8367
  },
8605
8368
  {
8606
8369
  "kind": "field",
@@ -8609,67 +8372,82 @@
8609
8372
  "text": "boolean"
8610
8373
  },
8611
8374
  "default": "false",
8375
+ "description": "The checked attribute for the input element",
8612
8376
  "attribute": "checked"
8613
8377
  },
8614
8378
  {
8615
8379
  "kind": "field",
8616
- "name": "value",
8380
+ "name": "onKeyDown",
8617
8381
  "type": {
8618
- "text": "string | undefined"
8382
+ "text": "(event: KeyboardEvent) => void | undefined"
8619
8383
  },
8620
- "description": "The value attribute for the input element",
8621
- "attribute": "value"
8384
+ "description": "A user-defined function to handle keydown events",
8385
+ "attribute": "onKeyDown"
8622
8386
  },
8623
8387
  {
8624
8388
  "kind": "field",
8625
- "name": "switchRef"
8389
+ "name": "inputChoiceGroupContext",
8390
+ "type": {
8391
+ "text": "InputChoiceGroupContextProps"
8392
+ }
8393
+ },
8394
+ {
8395
+ "kind": "field",
8396
+ "name": "radioButtonRef"
8397
+ },
8398
+ {
8399
+ "kind": "method",
8400
+ "name": "focus"
8626
8401
  }
8627
8402
  ],
8628
8403
  "attributes": [
8629
8404
  {
8630
- "name": "onText",
8405
+ "name": "label",
8631
8406
  "type": {
8632
8407
  "text": "string | undefined"
8633
8408
  },
8634
- "default": "undefined",
8635
- "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
8636
- "fieldName": "onText"
8409
+ "description": "Specify the text for the label",
8410
+ "fieldName": "label"
8637
8411
  },
8638
8412
  {
8639
- "name": "offText",
8413
+ "name": "error",
8640
8414
  "type": {
8641
- "text": "string | undefined"
8415
+ "text": "boolean | undefined"
8642
8416
  },
8643
- "default": "undefined",
8644
- "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
8645
- "fieldName": "offText"
8417
+ "description": "Specify error text and display error state of a RadioButton",
8418
+ "fieldName": "error"
8646
8419
  },
8647
8420
  {
8648
- "name": "textPosition",
8421
+ "name": "readOnly",
8649
8422
  "type": {
8650
- "text": "'before' | 'after'"
8423
+ "text": "boolean | undefined"
8651
8424
  },
8652
- "default": "'after'",
8653
- "description": "Specify the position of the side label",
8654
- "fieldName": "textPosition"
8425
+ "description": "Specify if RadioButton displays in a read-only state",
8426
+ "fieldName": "readOnly"
8655
8427
  },
8656
8428
  {
8657
- "name": "readOnly",
8429
+ "name": "disabled",
8658
8430
  "type": {
8659
- "text": "boolean"
8431
+ "text": "boolean | undefined"
8660
8432
  },
8661
- "default": "false",
8662
- "description": "Specify if Switch displays in a read-only state",
8663
- "fieldName": "readOnly"
8433
+ "description": "Specify if RadioButton displays in a disabled state",
8434
+ "fieldName": "disabled"
8664
8435
  },
8665
8436
  {
8666
- "name": "disabled",
8437
+ "name": "theme",
8667
8438
  "type": {
8668
- "text": "boolean"
8439
+ "text": "'light' | 'dark' | undefined"
8440
+ },
8441
+ "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
8442
+ "fieldName": "theme"
8443
+ },
8444
+ {
8445
+ "name": "value",
8446
+ "type": {
8447
+ "text": "string | undefined"
8669
8448
  },
8670
- "default": "false",
8671
- "description": "Specify if Switch displays in a disabled state",
8672
- "fieldName": "disabled"
8449
+ "description": "The value attribute for the input element",
8450
+ "fieldName": "value"
8673
8451
  },
8674
8452
  {
8675
8453
  "name": "checked",
@@ -8677,47 +8455,48 @@
8677
8455
  "text": "boolean"
8678
8456
  },
8679
8457
  "default": "false",
8458
+ "description": "The checked attribute for the input element",
8680
8459
  "fieldName": "checked"
8681
8460
  },
8682
8461
  {
8683
- "name": "value",
8462
+ "name": "onKeyDown",
8684
8463
  "type": {
8685
- "text": "string | undefined"
8464
+ "text": "(event: KeyboardEvent) => void | undefined"
8686
8465
  },
8687
- "description": "The value attribute for the input element",
8688
- "fieldName": "value"
8466
+ "description": "A user-defined function to handle keydown events",
8467
+ "fieldName": "onKeyDown"
8689
8468
  }
8690
8469
  ],
8691
8470
  "superclass": {
8692
8471
  "name": "LitElement",
8693
8472
  "package": "lit"
8694
8473
  },
8695
- "tagName": "bm-switch",
8474
+ "tagName": "bm-radio-button",
8696
8475
  "customElement": true
8697
8476
  }
8698
8477
  ],
8699
8478
  "exports": [
8700
8479
  {
8701
8480
  "kind": "js",
8702
- "name": "BmSwitch",
8481
+ "name": "BmRadioButton",
8703
8482
  "declaration": {
8704
- "name": "BmSwitch",
8705
- "module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
8483
+ "name": "BmRadioButton",
8484
+ "module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
8706
8485
  }
8707
8486
  },
8708
8487
  {
8709
8488
  "kind": "custom-element-definition",
8710
- "name": "bm-switch",
8489
+ "name": "bm-radio-button",
8711
8490
  "declaration": {
8712
- "name": "BmSwitch",
8713
- "module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
8491
+ "name": "BmRadioButton",
8492
+ "module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
8714
8493
  }
8715
8494
  }
8716
8495
  ]
8717
8496
  },
8718
8497
  {
8719
8498
  "kind": "javascript-module",
8720
- "path": "libs/web-components/src/lib/wip/Switch/index.ts",
8499
+ "path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
8721
8500
  "declarations": [],
8722
8501
  "exports": [
8723
8502
  {
@@ -8725,7 +8504,7 @@
8725
8504
  "name": "*",
8726
8505
  "declaration": {
8727
8506
  "name": "*",
8728
- "package": "./Switch"
8507
+ "package": "./RadioButton"
8729
8508
  }
8730
8509
  },
8731
8510
  {
@@ -8733,7 +8512,7 @@
8733
8512
  "name": "*",
8734
8513
  "declaration": {
8735
8514
  "name": "*",
8736
- "package": "./SwitchGroup/SwitchGroup"
8515
+ "package": "./RadioButtonGroup/RadioButtonGroup"
8737
8516
  }
8738
8517
  }
8739
8518
  ]
@@ -9253,6 +9032,227 @@
9253
9032
  }
9254
9033
  ]
9255
9034
  },
9035
+ {
9036
+ "kind": "javascript-module",
9037
+ "path": "libs/web-components/src/lib/wip/Switch/Switch.ts",
9038
+ "declarations": [
9039
+ {
9040
+ "kind": "class",
9041
+ "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",
9042
+ "name": "BmSwitch",
9043
+ "slots": [
9044
+ {
9045
+ "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
9046
+ "name": "onText"
9047
+ },
9048
+ {
9049
+ "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
9050
+ "name": "offText"
9051
+ }
9052
+ ],
9053
+ "members": [
9054
+ {
9055
+ "kind": "field",
9056
+ "name": "inputChoiceGroupContext",
9057
+ "type": {
9058
+ "text": "InputChoiceGroupContextProps"
9059
+ }
9060
+ },
9061
+ {
9062
+ "kind": "field",
9063
+ "name": "onText",
9064
+ "type": {
9065
+ "text": "string | undefined"
9066
+ },
9067
+ "default": "undefined",
9068
+ "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
9069
+ "attribute": "onText"
9070
+ },
9071
+ {
9072
+ "kind": "field",
9073
+ "name": "offText",
9074
+ "type": {
9075
+ "text": "string | undefined"
9076
+ },
9077
+ "default": "undefined",
9078
+ "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
9079
+ "attribute": "offText"
9080
+ },
9081
+ {
9082
+ "kind": "field",
9083
+ "name": "theme",
9084
+ "type": {
9085
+ "text": "ThemeTypes | undefined"
9086
+ },
9087
+ "default": "undefined",
9088
+ "description": "Specify the theme of the Switch. By default it inherits the theme from the parent"
9089
+ },
9090
+ {
9091
+ "kind": "field",
9092
+ "name": "textPosition",
9093
+ "type": {
9094
+ "text": "'before' | 'after'"
9095
+ },
9096
+ "default": "'after'",
9097
+ "description": "Specify the position of the side label",
9098
+ "attribute": "textPosition"
9099
+ },
9100
+ {
9101
+ "kind": "field",
9102
+ "name": "readOnly",
9103
+ "type": {
9104
+ "text": "boolean"
9105
+ },
9106
+ "default": "false",
9107
+ "description": "Specify if Switch displays in a read-only state",
9108
+ "attribute": "readOnly"
9109
+ },
9110
+ {
9111
+ "kind": "field",
9112
+ "name": "disabled",
9113
+ "type": {
9114
+ "text": "boolean"
9115
+ },
9116
+ "default": "false",
9117
+ "description": "Specify if Switch displays in a disabled state",
9118
+ "attribute": "disabled"
9119
+ },
9120
+ {
9121
+ "kind": "field",
9122
+ "name": "checked",
9123
+ "type": {
9124
+ "text": "boolean"
9125
+ },
9126
+ "default": "false",
9127
+ "attribute": "checked"
9128
+ },
9129
+ {
9130
+ "kind": "field",
9131
+ "name": "value",
9132
+ "type": {
9133
+ "text": "string | undefined"
9134
+ },
9135
+ "description": "The value attribute for the input element",
9136
+ "attribute": "value"
9137
+ },
9138
+ {
9139
+ "kind": "field",
9140
+ "name": "switchRef"
9141
+ }
9142
+ ],
9143
+ "attributes": [
9144
+ {
9145
+ "name": "onText",
9146
+ "type": {
9147
+ "text": "string | undefined"
9148
+ },
9149
+ "default": "undefined",
9150
+ "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
9151
+ "fieldName": "onText"
9152
+ },
9153
+ {
9154
+ "name": "offText",
9155
+ "type": {
9156
+ "text": "string | undefined"
9157
+ },
9158
+ "default": "undefined",
9159
+ "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
9160
+ "fieldName": "offText"
9161
+ },
9162
+ {
9163
+ "name": "textPosition",
9164
+ "type": {
9165
+ "text": "'before' | 'after'"
9166
+ },
9167
+ "default": "'after'",
9168
+ "description": "Specify the position of the side label",
9169
+ "fieldName": "textPosition"
9170
+ },
9171
+ {
9172
+ "name": "readOnly",
9173
+ "type": {
9174
+ "text": "boolean"
9175
+ },
9176
+ "default": "false",
9177
+ "description": "Specify if Switch displays in a read-only state",
9178
+ "fieldName": "readOnly"
9179
+ },
9180
+ {
9181
+ "name": "disabled",
9182
+ "type": {
9183
+ "text": "boolean"
9184
+ },
9185
+ "default": "false",
9186
+ "description": "Specify if Switch displays in a disabled state",
9187
+ "fieldName": "disabled"
9188
+ },
9189
+ {
9190
+ "name": "checked",
9191
+ "type": {
9192
+ "text": "boolean"
9193
+ },
9194
+ "default": "false",
9195
+ "fieldName": "checked"
9196
+ },
9197
+ {
9198
+ "name": "value",
9199
+ "type": {
9200
+ "text": "string | undefined"
9201
+ },
9202
+ "description": "The value attribute for the input element",
9203
+ "fieldName": "value"
9204
+ }
9205
+ ],
9206
+ "superclass": {
9207
+ "name": "LitElement",
9208
+ "package": "lit"
9209
+ },
9210
+ "tagName": "bm-switch",
9211
+ "customElement": true
9212
+ }
9213
+ ],
9214
+ "exports": [
9215
+ {
9216
+ "kind": "js",
9217
+ "name": "BmSwitch",
9218
+ "declaration": {
9219
+ "name": "BmSwitch",
9220
+ "module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
9221
+ }
9222
+ },
9223
+ {
9224
+ "kind": "custom-element-definition",
9225
+ "name": "bm-switch",
9226
+ "declaration": {
9227
+ "name": "BmSwitch",
9228
+ "module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
9229
+ }
9230
+ }
9231
+ ]
9232
+ },
9233
+ {
9234
+ "kind": "javascript-module",
9235
+ "path": "libs/web-components/src/lib/wip/Switch/index.ts",
9236
+ "declarations": [],
9237
+ "exports": [
9238
+ {
9239
+ "kind": "js",
9240
+ "name": "*",
9241
+ "declaration": {
9242
+ "name": "*",
9243
+ "package": "./Switch"
9244
+ }
9245
+ },
9246
+ {
9247
+ "kind": "js",
9248
+ "name": "*",
9249
+ "declaration": {
9250
+ "name": "*",
9251
+ "package": "./SwitchGroup/SwitchGroup"
9252
+ }
9253
+ }
9254
+ ]
9255
+ },
9256
9256
  {
9257
9257
  "kind": "javascript-module",
9258
9258
  "path": "libs/web-components/src/lib/wip/TextField/TextField.ts",