@viasat/beam-web-components 2.18.0 → 2.19.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,287 +292,6 @@
292
292
  }
293
293
  ]
294
294
  },
295
- {
296
- "kind": "javascript-module",
297
- "path": "libs/web-components/src/lib/Alert/Alert.ts",
298
- "declarations": [
299
- {
300
- "kind": "class",
301
- "description": "`bm-alert`\n\n### Attributes:\n- **heading** - Specify the heading text for Alert\n- **body** - Specify the body text for Alert\n- **size** - Specify the size of the Alert\n- **fullWidth** - Specify if the Alert has no border radius\n- **theme** - Specify the theme of the Alert. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the Alert\n- **hidden** - Specify if the Alert is hidden\n- **hideIcon** - Specify if the icon displays on the Alert\n- **dismissible** - Specify if the Alert can be dismissed\n- **disableAutoFocus** - Prevent autofocus on show\n- **disableCloseOnEscape** - Prevent Escape from closing",
302
- "name": "BmAlert",
303
- "slots": [
304
- {
305
- "description": "Specify a different icon for the Alert",
306
- "name": "icon"
307
- },
308
- {
309
- "description": "Specify the heading text for Alert or pass the `heading` attribute to set the heading",
310
- "name": "heading"
311
- },
312
- {
313
- "description": "Specify the body text for Alert or pass the `body` attribute to set the body",
314
- "name": "body"
315
- },
316
- {
317
- "description": "Specify if actions display on the Alert",
318
- "name": "actions"
319
- }
320
- ],
321
- "members": [
322
- {
323
- "kind": "field",
324
- "name": "heading",
325
- "type": {
326
- "text": "string | undefined"
327
- },
328
- "description": "Specify the heading text for Alert",
329
- "attribute": "heading"
330
- },
331
- {
332
- "kind": "field",
333
- "name": "body",
334
- "type": {
335
- "text": "string | undefined"
336
- },
337
- "description": "Specify the body text for Alert",
338
- "attribute": "body"
339
- },
340
- {
341
- "kind": "field",
342
- "name": "size",
343
- "type": {
344
- "text": "'sm' | 'md'"
345
- },
346
- "default": "'sm'",
347
- "description": "Specify the size of the Alert",
348
- "attribute": "size"
349
- },
350
- {
351
- "kind": "field",
352
- "name": "fullWidth",
353
- "type": {
354
- "text": "boolean"
355
- },
356
- "default": "false",
357
- "description": "Specify if the Alert has no border radius",
358
- "attribute": "fullWidth"
359
- },
360
- {
361
- "kind": "field",
362
- "name": "theme",
363
- "type": {
364
- "text": "'light' | 'dark' | undefined"
365
- },
366
- "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
367
- "attribute": "theme"
368
- },
369
- {
370
- "kind": "field",
371
- "name": "appearance",
372
- "type": {
373
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
374
- },
375
- "default": "'infoPrimary'",
376
- "description": "Specify the appearance of the Alert",
377
- "attribute": "appearance"
378
- },
379
- {
380
- "kind": "field",
381
- "name": "hidden",
382
- "type": {
383
- "text": "boolean"
384
- },
385
- "default": "false",
386
- "description": "Specify if the Alert is hidden",
387
- "attribute": "hidden"
388
- },
389
- {
390
- "kind": "field",
391
- "name": "hideIcon",
392
- "type": {
393
- "text": "boolean"
394
- },
395
- "default": "false",
396
- "description": "Specify if the icon displays on the Alert",
397
- "attribute": "hideIcon"
398
- },
399
- {
400
- "kind": "field",
401
- "name": "dismissible",
402
- "type": {
403
- "text": "boolean"
404
- },
405
- "default": "false",
406
- "description": "Specify if the Alert can be dismissed",
407
- "attribute": "dismissible"
408
- },
409
- {
410
- "kind": "field",
411
- "name": "disableAutoFocus",
412
- "type": {
413
- "text": "boolean"
414
- },
415
- "default": "false",
416
- "description": "Prevent autofocus on show",
417
- "attribute": "disableAutoFocus"
418
- },
419
- {
420
- "kind": "field",
421
- "name": "disableCloseOnEscape",
422
- "type": {
423
- "text": "boolean"
424
- },
425
- "default": "false",
426
- "description": "Prevent Escape from closing",
427
- "attribute": "disableCloseOnEscape"
428
- }
429
- ],
430
- "events": [
431
- {
432
- "description": "Dispatched when the Alert has been dismissed",
433
- "name": "bm-dismiss"
434
- }
435
- ],
436
- "attributes": [
437
- {
438
- "name": "heading",
439
- "type": {
440
- "text": "string | undefined"
441
- },
442
- "description": "Specify the heading text for Alert",
443
- "fieldName": "heading"
444
- },
445
- {
446
- "name": "body",
447
- "type": {
448
- "text": "string | undefined"
449
- },
450
- "description": "Specify the body text for Alert",
451
- "fieldName": "body"
452
- },
453
- {
454
- "name": "size",
455
- "type": {
456
- "text": "'sm' | 'md'"
457
- },
458
- "default": "'sm'",
459
- "description": "Specify the size of the Alert",
460
- "fieldName": "size"
461
- },
462
- {
463
- "name": "fullWidth",
464
- "type": {
465
- "text": "boolean"
466
- },
467
- "default": "false",
468
- "description": "Specify if the Alert has no border radius",
469
- "fieldName": "fullWidth"
470
- },
471
- {
472
- "name": "theme",
473
- "type": {
474
- "text": "'light' | 'dark' | undefined"
475
- },
476
- "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
477
- "fieldName": "theme"
478
- },
479
- {
480
- "name": "appearance",
481
- "type": {
482
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
483
- },
484
- "default": "'infoPrimary'",
485
- "description": "Specify the appearance of the Alert",
486
- "fieldName": "appearance"
487
- },
488
- {
489
- "name": "hidden",
490
- "type": {
491
- "text": "boolean"
492
- },
493
- "default": "false",
494
- "description": "Specify if the Alert is hidden",
495
- "fieldName": "hidden"
496
- },
497
- {
498
- "name": "hideIcon",
499
- "type": {
500
- "text": "boolean"
501
- },
502
- "default": "false",
503
- "description": "Specify if the icon displays on the Alert",
504
- "fieldName": "hideIcon"
505
- },
506
- {
507
- "name": "dismissible",
508
- "type": {
509
- "text": "boolean"
510
- },
511
- "default": "false",
512
- "description": "Specify if the Alert can be dismissed",
513
- "fieldName": "dismissible"
514
- },
515
- {
516
- "name": "disableAutoFocus",
517
- "type": {
518
- "text": "boolean"
519
- },
520
- "default": "false",
521
- "description": "Prevent autofocus on show",
522
- "fieldName": "disableAutoFocus"
523
- },
524
- {
525
- "name": "disableCloseOnEscape",
526
- "type": {
527
- "text": "boolean"
528
- },
529
- "default": "false",
530
- "description": "Prevent Escape from closing",
531
- "fieldName": "disableCloseOnEscape"
532
- }
533
- ],
534
- "superclass": {
535
- "name": "LitElement",
536
- "package": "lit"
537
- },
538
- "tagName": "bm-alert",
539
- "customElement": true
540
- }
541
- ],
542
- "exports": [
543
- {
544
- "kind": "js",
545
- "name": "BmAlert",
546
- "declaration": {
547
- "name": "BmAlert",
548
- "module": "libs/web-components/src/lib/Alert/Alert.ts"
549
- }
550
- },
551
- {
552
- "kind": "custom-element-definition",
553
- "name": "bm-alert",
554
- "declaration": {
555
- "name": "BmAlert",
556
- "module": "libs/web-components/src/lib/Alert/Alert.ts"
557
- }
558
- }
559
- ]
560
- },
561
- {
562
- "kind": "javascript-module",
563
- "path": "libs/web-components/src/lib/Alert/index.ts",
564
- "declarations": [],
565
- "exports": [
566
- {
567
- "kind": "js",
568
- "name": "*",
569
- "declaration": {
570
- "name": "*",
571
- "package": "./Alert"
572
- }
573
- }
574
- ]
575
- },
576
295
  {
577
296
  "kind": "javascript-module",
578
297
  "path": "libs/web-components/src/lib/Avatar/Avatar.ts",
@@ -991,123 +710,404 @@
991
710
  "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
992
711
  },
993
712
  "default": "'infoPrimary'",
994
- "description": "Specify the appearance of the Badge",
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
+ },
842
+ {
843
+ "kind": "javascript-module",
844
+ "path": "libs/web-components/src/lib/Alert/Alert.ts",
845
+ "declarations": [
846
+ {
847
+ "kind": "class",
848
+ "description": "`bm-alert`\n\n### Attributes:\n- **heading** - Specify the heading text for Alert\n- **body** - Specify the body text for Alert\n- **size** - Specify the size of the Alert\n- **fullWidth** - Specify if the Alert has no border radius\n- **theme** - Specify the theme of the Alert. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the Alert\n- **hidden** - Specify if the Alert is hidden\n- **hideIcon** - Specify if the icon displays on the Alert\n- **dismissible** - Specify if the Alert can be dismissed\n- **disableAutoFocus** - Prevent autofocus on show\n- **disableCloseOnEscape** - Prevent Escape from closing",
849
+ "name": "BmAlert",
850
+ "slots": [
851
+ {
852
+ "description": "Specify a different icon for the Alert",
853
+ "name": "icon"
854
+ },
855
+ {
856
+ "description": "Specify the heading text for Alert or pass the `heading` attribute to set the heading",
857
+ "name": "heading"
858
+ },
859
+ {
860
+ "description": "Specify the body text for Alert or pass the `body` attribute to set the body",
861
+ "name": "body"
862
+ },
863
+ {
864
+ "description": "Specify if actions display on the Alert",
865
+ "name": "actions"
866
+ }
867
+ ],
868
+ "members": [
869
+ {
870
+ "kind": "field",
871
+ "name": "heading",
872
+ "type": {
873
+ "text": "string | undefined"
874
+ },
875
+ "description": "Specify the heading text for Alert",
876
+ "attribute": "heading"
877
+ },
878
+ {
879
+ "kind": "field",
880
+ "name": "body",
881
+ "type": {
882
+ "text": "string | undefined"
883
+ },
884
+ "description": "Specify the body text for Alert",
885
+ "attribute": "body"
886
+ },
887
+ {
888
+ "kind": "field",
889
+ "name": "size",
890
+ "type": {
891
+ "text": "'sm' | 'md'"
892
+ },
893
+ "default": "'sm'",
894
+ "description": "Specify the size of the Alert",
895
+ "attribute": "size"
896
+ },
897
+ {
898
+ "kind": "field",
899
+ "name": "fullWidth",
900
+ "type": {
901
+ "text": "boolean"
902
+ },
903
+ "default": "false",
904
+ "description": "Specify if the Alert has no border radius",
905
+ "attribute": "fullWidth"
906
+ },
907
+ {
908
+ "kind": "field",
909
+ "name": "theme",
910
+ "type": {
911
+ "text": "'light' | 'dark' | undefined"
912
+ },
913
+ "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
914
+ "attribute": "theme"
915
+ },
916
+ {
917
+ "kind": "field",
918
+ "name": "appearance",
919
+ "type": {
920
+ "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
921
+ },
922
+ "default": "'infoPrimary'",
923
+ "description": "Specify the appearance of the Alert",
995
924
  "attribute": "appearance"
996
925
  },
997
926
  {
998
927
  "kind": "field",
999
- "name": "theme",
928
+ "name": "hidden",
1000
929
  "type": {
1001
- "text": "'light' | 'dark' | undefined"
930
+ "text": "boolean"
1002
931
  },
1003
- "description": "Theme of the Badge",
1004
- "attribute": "theme"
932
+ "default": "false",
933
+ "description": "Specify if the Alert is hidden",
934
+ "attribute": "hidden"
1005
935
  },
1006
936
  {
1007
937
  "kind": "field",
1008
- "name": "size",
938
+ "name": "hideIcon",
1009
939
  "type": {
1010
- "text": "'sm' | 'md' | undefined"
940
+ "text": "boolean"
1011
941
  },
1012
- "default": "'sm'",
1013
- "description": "Specify the size of the Badge",
1014
- "attribute": "size"
942
+ "default": "false",
943
+ "description": "Specify if the icon displays on the Alert",
944
+ "attribute": "hideIcon"
1015
945
  },
1016
946
  {
1017
947
  "kind": "field",
1018
- "name": "emphasis",
948
+ "name": "dismissible",
1019
949
  "type": {
1020
- "text": "'strong' | 'medium' | 'subtle'"
950
+ "text": "boolean"
1021
951
  },
1022
- "default": "'strong'",
1023
- "description": "Specify the emphasis of the Badge",
1024
- "attribute": "emphasis"
952
+ "default": "false",
953
+ "description": "Specify if the Alert can be dismissed",
954
+ "attribute": "dismissible"
1025
955
  },
1026
956
  {
1027
957
  "kind": "field",
1028
- "name": "hideIcon",
958
+ "name": "disableAutoFocus",
1029
959
  "type": {
1030
- "text": "boolean | undefined"
960
+ "text": "boolean"
1031
961
  },
1032
- "description": "Hides Badge icon",
1033
- "attribute": "hideIcon"
962
+ "default": "false",
963
+ "description": "Prevent autofocus on show",
964
+ "attribute": "disableAutoFocus"
965
+ },
966
+ {
967
+ "kind": "field",
968
+ "name": "disableCloseOnEscape",
969
+ "type": {
970
+ "text": "boolean"
971
+ },
972
+ "default": "false",
973
+ "description": "Prevent Escape from closing",
974
+ "attribute": "disableCloseOnEscape"
975
+ }
976
+ ],
977
+ "events": [
978
+ {
979
+ "description": "Dispatched when the Alert has been dismissed",
980
+ "name": "bm-dismiss"
1034
981
  }
1035
982
  ],
1036
983
  "attributes": [
1037
984
  {
1038
- "name": "appearance",
985
+ "name": "heading",
1039
986
  "type": {
1040
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
987
+ "text": "string | undefined"
1041
988
  },
1042
- "default": "'infoPrimary'",
1043
- "description": "Specify the appearance of the Badge",
1044
- "fieldName": "appearance"
989
+ "description": "Specify the heading text for Alert",
990
+ "fieldName": "heading"
1045
991
  },
1046
992
  {
1047
- "name": "theme",
993
+ "name": "body",
1048
994
  "type": {
1049
- "text": "'light' | 'dark' | undefined"
995
+ "text": "string | undefined"
1050
996
  },
1051
- "description": "Theme of the Badge",
1052
- "fieldName": "theme"
997
+ "description": "Specify the body text for Alert",
998
+ "fieldName": "body"
1053
999
  },
1054
1000
  {
1055
1001
  "name": "size",
1056
1002
  "type": {
1057
- "text": "'sm' | 'md' | undefined"
1003
+ "text": "'sm' | 'md'"
1058
1004
  },
1059
1005
  "default": "'sm'",
1060
- "description": "Specify the size of the Badge",
1006
+ "description": "Specify the size of the Alert",
1061
1007
  "fieldName": "size"
1062
1008
  },
1063
1009
  {
1064
- "name": "emphasis",
1010
+ "name": "fullWidth",
1065
1011
  "type": {
1066
- "text": "'strong' | 'medium' | 'subtle'"
1012
+ "text": "boolean"
1067
1013
  },
1068
- "default": "'strong'",
1069
- "description": "Specify the emphasis of the Badge",
1070
- "fieldName": "emphasis"
1014
+ "default": "false",
1015
+ "description": "Specify if the Alert has no border radius",
1016
+ "fieldName": "fullWidth"
1017
+ },
1018
+ {
1019
+ "name": "theme",
1020
+ "type": {
1021
+ "text": "'light' | 'dark' | undefined"
1022
+ },
1023
+ "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
1024
+ "fieldName": "theme"
1025
+ },
1026
+ {
1027
+ "name": "appearance",
1028
+ "type": {
1029
+ "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
1030
+ },
1031
+ "default": "'infoPrimary'",
1032
+ "description": "Specify the appearance of the Alert",
1033
+ "fieldName": "appearance"
1034
+ },
1035
+ {
1036
+ "name": "hidden",
1037
+ "type": {
1038
+ "text": "boolean"
1039
+ },
1040
+ "default": "false",
1041
+ "description": "Specify if the Alert is hidden",
1042
+ "fieldName": "hidden"
1071
1043
  },
1072
1044
  {
1073
1045
  "name": "hideIcon",
1074
1046
  "type": {
1075
- "text": "boolean | undefined"
1047
+ "text": "boolean"
1076
1048
  },
1077
- "description": "Hides Badge icon",
1049
+ "default": "false",
1050
+ "description": "Specify if the icon displays on the Alert",
1078
1051
  "fieldName": "hideIcon"
1052
+ },
1053
+ {
1054
+ "name": "dismissible",
1055
+ "type": {
1056
+ "text": "boolean"
1057
+ },
1058
+ "default": "false",
1059
+ "description": "Specify if the Alert can be dismissed",
1060
+ "fieldName": "dismissible"
1061
+ },
1062
+ {
1063
+ "name": "disableAutoFocus",
1064
+ "type": {
1065
+ "text": "boolean"
1066
+ },
1067
+ "default": "false",
1068
+ "description": "Prevent autofocus on show",
1069
+ "fieldName": "disableAutoFocus"
1070
+ },
1071
+ {
1072
+ "name": "disableCloseOnEscape",
1073
+ "type": {
1074
+ "text": "boolean"
1075
+ },
1076
+ "default": "false",
1077
+ "description": "Prevent Escape from closing",
1078
+ "fieldName": "disableCloseOnEscape"
1079
1079
  }
1080
1080
  ],
1081
1081
  "superclass": {
1082
1082
  "name": "LitElement",
1083
1083
  "package": "lit"
1084
1084
  },
1085
- "tagName": "bm-badge",
1085
+ "tagName": "bm-alert",
1086
1086
  "customElement": true
1087
1087
  }
1088
1088
  ],
1089
1089
  "exports": [
1090
1090
  {
1091
1091
  "kind": "js",
1092
- "name": "BmBadge",
1092
+ "name": "BmAlert",
1093
1093
  "declaration": {
1094
- "name": "BmBadge",
1095
- "module": "libs/web-components/src/lib/Badge/Badge.ts"
1094
+ "name": "BmAlert",
1095
+ "module": "libs/web-components/src/lib/Alert/Alert.ts"
1096
1096
  }
1097
1097
  },
1098
1098
  {
1099
1099
  "kind": "custom-element-definition",
1100
- "name": "bm-badge",
1100
+ "name": "bm-alert",
1101
1101
  "declaration": {
1102
- "name": "BmBadge",
1103
- "module": "libs/web-components/src/lib/Badge/Badge.ts"
1102
+ "name": "BmAlert",
1103
+ "module": "libs/web-components/src/lib/Alert/Alert.ts"
1104
1104
  }
1105
1105
  }
1106
1106
  ]
1107
1107
  },
1108
1108
  {
1109
1109
  "kind": "javascript-module",
1110
- "path": "libs/web-components/src/lib/Badge/index.ts",
1110
+ "path": "libs/web-components/src/lib/Alert/index.ts",
1111
1111
  "declarations": [],
1112
1112
  "exports": [
1113
1113
  {
@@ -1115,7 +1115,7 @@
1115
1115
  "name": "*",
1116
1116
  "declaration": {
1117
1117
  "name": "*",
1118
- "package": "./Badge"
1118
+ "package": "./Alert"
1119
1119
  }
1120
1120
  }
1121
1121
  ]
@@ -2205,7 +2205,99 @@
2205
2205
  },
2206
2206
  {
2207
2207
  "kind": "javascript-module",
2208
- "path": "libs/web-components/src/lib/Button/index.ts",
2208
+ "path": "libs/web-components/src/lib/Button/index.ts",
2209
+ "declarations": [],
2210
+ "exports": [
2211
+ {
2212
+ "kind": "js",
2213
+ "name": "*",
2214
+ "declaration": {
2215
+ "name": "*",
2216
+ "package": "./Button"
2217
+ }
2218
+ }
2219
+ ]
2220
+ },
2221
+ {
2222
+ "kind": "javascript-module",
2223
+ "path": "libs/web-components/src/lib/CloseButton/CloseButton.ts",
2224
+ "declarations": [
2225
+ {
2226
+ "kind": "class",
2227
+ "description": "`bm-close-button`\n\n### Attributes:\n- **size** - Specify the size of the CloseButton\n- **disabled** - Specify if the CloseButton is disabled",
2228
+ "name": "BmCloseButton",
2229
+ "members": [
2230
+ {
2231
+ "kind": "field",
2232
+ "name": "size",
2233
+ "type": {
2234
+ "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
2235
+ },
2236
+ "default": "'md'",
2237
+ "description": "Specify the size of the CloseButton",
2238
+ "attribute": "size"
2239
+ },
2240
+ {
2241
+ "kind": "field",
2242
+ "name": "disabled",
2243
+ "type": {
2244
+ "text": "boolean"
2245
+ },
2246
+ "default": "false",
2247
+ "description": "Specify if the CloseButton is disabled",
2248
+ "attribute": "disabled"
2249
+ }
2250
+ ],
2251
+ "attributes": [
2252
+ {
2253
+ "name": "size",
2254
+ "type": {
2255
+ "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
2256
+ },
2257
+ "default": "'md'",
2258
+ "description": "Specify the size of the CloseButton",
2259
+ "fieldName": "size"
2260
+ },
2261
+ {
2262
+ "name": "disabled",
2263
+ "type": {
2264
+ "text": "boolean"
2265
+ },
2266
+ "default": "false",
2267
+ "description": "Specify if the CloseButton is disabled",
2268
+ "fieldName": "disabled"
2269
+ }
2270
+ ],
2271
+ "superclass": {
2272
+ "name": "LitElement",
2273
+ "package": "lit"
2274
+ },
2275
+ "tagName": "bm-close-button",
2276
+ "customElement": true
2277
+ }
2278
+ ],
2279
+ "exports": [
2280
+ {
2281
+ "kind": "js",
2282
+ "name": "BmCloseButton",
2283
+ "declaration": {
2284
+ "name": "BmCloseButton",
2285
+ "module": "libs/web-components/src/lib/CloseButton/CloseButton.ts"
2286
+ }
2287
+ },
2288
+ {
2289
+ "kind": "custom-element-definition",
2290
+ "name": "bm-close-button",
2291
+ "declaration": {
2292
+ "name": "BmCloseButton",
2293
+ "module": "libs/web-components/src/lib/CloseButton/CloseButton.ts"
2294
+ }
2295
+ }
2296
+ ]
2297
+ },
2298
+ {
2299
+ "kind": "javascript-module",
2300
+ "path": "libs/web-components/src/lib/CloseButton/index.ts",
2209
2301
  "declarations": [],
2210
2302
  "exports": [
2211
2303
  {
@@ -2213,91 +2305,139 @@
2213
2305
  "name": "*",
2214
2306
  "declaration": {
2215
2307
  "name": "*",
2216
- "package": "./Button"
2308
+ "package": "./CloseButton"
2217
2309
  }
2218
2310
  }
2219
2311
  ]
2220
2312
  },
2221
2313
  {
2222
2314
  "kind": "javascript-module",
2223
- "path": "libs/web-components/src/lib/CloseButton/CloseButton.ts",
2315
+ "path": "libs/web-components/src/lib/EmptyState/EmptyState.ts",
2224
2316
  "declarations": [
2225
2317
  {
2226
2318
  "kind": "class",
2227
- "description": "`bm-close-button`\n\n### Attributes:\n- **size** - Specify the size of the CloseButton\n- **disabled** - Specify if the CloseButton is disabled",
2228
- "name": "BmCloseButton",
2319
+ "description": "`bm-empty-state`\n\n### Attributes:\n- **heading** - Specify heading text for EmptyState\n- **body** - Specify body text for EmptyState\n- **actions** - Specify action for EmptyState\n- **theme** - Specify the theme of EmptyState. By default it inherits the theme from the parent",
2320
+ "name": "BmEmptyState",
2321
+ "slots": [
2322
+ {
2323
+ "description": "Specify an icon for EmptyState",
2324
+ "name": "icon"
2325
+ },
2326
+ {
2327
+ "description": "Specify heading text for EmptyState",
2328
+ "name": "heading"
2329
+ },
2330
+ {
2331
+ "description": "Specify body text for EmptyState",
2332
+ "name": "body"
2333
+ },
2334
+ {
2335
+ "description": "Add actions to EmptyState",
2336
+ "name": "actions"
2337
+ }
2338
+ ],
2229
2339
  "members": [
2230
2340
  {
2231
2341
  "kind": "field",
2232
- "name": "size",
2342
+ "name": "heading",
2233
2343
  "type": {
2234
- "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
2344
+ "text": "string | undefined"
2235
2345
  },
2236
- "default": "'md'",
2237
- "description": "Specify the size of the CloseButton",
2238
- "attribute": "size"
2346
+ "description": "Specify heading text for EmptyState",
2347
+ "attribute": "heading"
2239
2348
  },
2240
2349
  {
2241
2350
  "kind": "field",
2242
- "name": "disabled",
2351
+ "name": "body",
2243
2352
  "type": {
2244
- "text": "boolean"
2353
+ "text": "string | undefined"
2245
2354
  },
2246
- "default": "false",
2247
- "description": "Specify if the CloseButton is disabled",
2248
- "attribute": "disabled"
2355
+ "description": "Specify body text for EmptyState",
2356
+ "attribute": "body"
2357
+ },
2358
+ {
2359
+ "kind": "field",
2360
+ "name": "actions",
2361
+ "type": {
2362
+ "text": "HTMLSlotElement | undefined"
2363
+ },
2364
+ "description": "Specify action for EmptyState",
2365
+ "attribute": "actions"
2366
+ },
2367
+ {
2368
+ "kind": "field",
2369
+ "name": "theme",
2370
+ "type": {
2371
+ "text": "'light' | 'dark' | undefined"
2372
+ },
2373
+ "description": "Specify the theme of EmptyState. By default it inherits the theme from the parent",
2374
+ "attribute": "theme"
2249
2375
  }
2250
2376
  ],
2251
2377
  "attributes": [
2252
2378
  {
2253
- "name": "size",
2379
+ "name": "heading",
2254
2380
  "type": {
2255
- "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
2381
+ "text": "string | undefined"
2256
2382
  },
2257
- "default": "'md'",
2258
- "description": "Specify the size of the CloseButton",
2259
- "fieldName": "size"
2383
+ "description": "Specify heading text for EmptyState",
2384
+ "fieldName": "heading"
2260
2385
  },
2261
2386
  {
2262
- "name": "disabled",
2387
+ "name": "body",
2263
2388
  "type": {
2264
- "text": "boolean"
2389
+ "text": "string | undefined"
2265
2390
  },
2266
- "default": "false",
2267
- "description": "Specify if the CloseButton is disabled",
2268
- "fieldName": "disabled"
2391
+ "description": "Specify body text for EmptyState",
2392
+ "fieldName": "body"
2393
+ },
2394
+ {
2395
+ "name": "actions",
2396
+ "type": {
2397
+ "text": "HTMLSlotElement | undefined"
2398
+ },
2399
+ "description": "Specify action for EmptyState",
2400
+ "fieldName": "actions"
2401
+ },
2402
+ {
2403
+ "name": "theme",
2404
+ "type": {
2405
+ "text": "'light' | 'dark' | undefined"
2406
+ },
2407
+ "description": "Specify the theme of EmptyState. By default it inherits the theme from the parent",
2408
+ "fieldName": "theme"
2269
2409
  }
2270
2410
  ],
2271
2411
  "superclass": {
2272
2412
  "name": "LitElement",
2273
2413
  "package": "lit"
2274
2414
  },
2275
- "tagName": "bm-close-button",
2415
+ "tagName": "bm-empty-state",
2276
2416
  "customElement": true
2277
2417
  }
2278
2418
  ],
2279
2419
  "exports": [
2280
2420
  {
2281
2421
  "kind": "js",
2282
- "name": "BmCloseButton",
2422
+ "name": "BmEmptyState",
2283
2423
  "declaration": {
2284
- "name": "BmCloseButton",
2285
- "module": "libs/web-components/src/lib/CloseButton/CloseButton.ts"
2424
+ "name": "BmEmptyState",
2425
+ "module": "libs/web-components/src/lib/EmptyState/EmptyState.ts"
2286
2426
  }
2287
2427
  },
2288
2428
  {
2289
2429
  "kind": "custom-element-definition",
2290
- "name": "bm-close-button",
2430
+ "name": "bm-empty-state",
2291
2431
  "declaration": {
2292
- "name": "BmCloseButton",
2293
- "module": "libs/web-components/src/lib/CloseButton/CloseButton.ts"
2432
+ "name": "BmEmptyState",
2433
+ "module": "libs/web-components/src/lib/EmptyState/EmptyState.ts"
2294
2434
  }
2295
2435
  }
2296
2436
  ]
2297
2437
  },
2298
2438
  {
2299
2439
  "kind": "javascript-module",
2300
- "path": "libs/web-components/src/lib/CloseButton/index.ts",
2440
+ "path": "libs/web-components/src/lib/EmptyState/index.ts",
2301
2441
  "declarations": [],
2302
2442
  "exports": [
2303
2443
  {
@@ -2305,7 +2445,7 @@
2305
2445
  "name": "*",
2306
2446
  "declaration": {
2307
2447
  "name": "*",
2308
- "package": "./CloseButton"
2448
+ "package": "./EmptyState"
2309
2449
  }
2310
2450
  }
2311
2451
  ]
@@ -2474,163 +2614,23 @@
2474
2614
  "kind": "js",
2475
2615
  "name": "BmDivider",
2476
2616
  "declaration": {
2477
- "name": "BmDivider",
2478
- "module": "libs/web-components/src/lib/Divider/Divider.ts"
2479
- }
2480
- },
2481
- {
2482
- "kind": "custom-element-definition",
2483
- "name": "bm-divider",
2484
- "declaration": {
2485
- "name": "BmDivider",
2486
- "module": "libs/web-components/src/lib/Divider/Divider.ts"
2487
- }
2488
- }
2489
- ]
2490
- },
2491
- {
2492
- "kind": "javascript-module",
2493
- "path": "libs/web-components/src/lib/Divider/index.ts",
2494
- "declarations": [],
2495
- "exports": [
2496
- {
2497
- "kind": "js",
2498
- "name": "*",
2499
- "declaration": {
2500
- "name": "*",
2501
- "package": "./Divider"
2502
- }
2503
- }
2504
- ]
2505
- },
2506
- {
2507
- "kind": "javascript-module",
2508
- "path": "libs/web-components/src/lib/EmptyState/EmptyState.ts",
2509
- "declarations": [
2510
- {
2511
- "kind": "class",
2512
- "description": "`bm-empty-state`\n\n### Attributes:\n- **heading** - Specify heading text for EmptyState\n- **body** - Specify body text for EmptyState\n- **actions** - Specify action for EmptyState\n- **theme** - Specify the theme of EmptyState. By default it inherits the theme from the parent",
2513
- "name": "BmEmptyState",
2514
- "slots": [
2515
- {
2516
- "description": "Specify an icon for EmptyState",
2517
- "name": "icon"
2518
- },
2519
- {
2520
- "description": "Specify heading text for EmptyState",
2521
- "name": "heading"
2522
- },
2523
- {
2524
- "description": "Specify body text for EmptyState",
2525
- "name": "body"
2526
- },
2527
- {
2528
- "description": "Add actions to EmptyState",
2529
- "name": "actions"
2530
- }
2531
- ],
2532
- "members": [
2533
- {
2534
- "kind": "field",
2535
- "name": "heading",
2536
- "type": {
2537
- "text": "string | undefined"
2538
- },
2539
- "description": "Specify heading text for EmptyState",
2540
- "attribute": "heading"
2541
- },
2542
- {
2543
- "kind": "field",
2544
- "name": "body",
2545
- "type": {
2546
- "text": "string | undefined"
2547
- },
2548
- "description": "Specify body text for EmptyState",
2549
- "attribute": "body"
2550
- },
2551
- {
2552
- "kind": "field",
2553
- "name": "actions",
2554
- "type": {
2555
- "text": "HTMLSlotElement | undefined"
2556
- },
2557
- "description": "Specify action for EmptyState",
2558
- "attribute": "actions"
2559
- },
2560
- {
2561
- "kind": "field",
2562
- "name": "theme",
2563
- "type": {
2564
- "text": "'light' | 'dark' | undefined"
2565
- },
2566
- "description": "Specify the theme of EmptyState. By default it inherits the theme from the parent",
2567
- "attribute": "theme"
2568
- }
2569
- ],
2570
- "attributes": [
2571
- {
2572
- "name": "heading",
2573
- "type": {
2574
- "text": "string | undefined"
2575
- },
2576
- "description": "Specify heading text for EmptyState",
2577
- "fieldName": "heading"
2578
- },
2579
- {
2580
- "name": "body",
2581
- "type": {
2582
- "text": "string | undefined"
2583
- },
2584
- "description": "Specify body text for EmptyState",
2585
- "fieldName": "body"
2586
- },
2587
- {
2588
- "name": "actions",
2589
- "type": {
2590
- "text": "HTMLSlotElement | undefined"
2591
- },
2592
- "description": "Specify action for EmptyState",
2593
- "fieldName": "actions"
2594
- },
2595
- {
2596
- "name": "theme",
2597
- "type": {
2598
- "text": "'light' | 'dark' | undefined"
2599
- },
2600
- "description": "Specify the theme of EmptyState. By default it inherits the theme from the parent",
2601
- "fieldName": "theme"
2602
- }
2603
- ],
2604
- "superclass": {
2605
- "name": "LitElement",
2606
- "package": "lit"
2607
- },
2608
- "tagName": "bm-empty-state",
2609
- "customElement": true
2610
- }
2611
- ],
2612
- "exports": [
2613
- {
2614
- "kind": "js",
2615
- "name": "BmEmptyState",
2616
- "declaration": {
2617
- "name": "BmEmptyState",
2618
- "module": "libs/web-components/src/lib/EmptyState/EmptyState.ts"
2617
+ "name": "BmDivider",
2618
+ "module": "libs/web-components/src/lib/Divider/Divider.ts"
2619
2619
  }
2620
2620
  },
2621
2621
  {
2622
2622
  "kind": "custom-element-definition",
2623
- "name": "bm-empty-state",
2623
+ "name": "bm-divider",
2624
2624
  "declaration": {
2625
- "name": "BmEmptyState",
2626
- "module": "libs/web-components/src/lib/EmptyState/EmptyState.ts"
2625
+ "name": "BmDivider",
2626
+ "module": "libs/web-components/src/lib/Divider/Divider.ts"
2627
2627
  }
2628
2628
  }
2629
2629
  ]
2630
2630
  },
2631
2631
  {
2632
2632
  "kind": "javascript-module",
2633
- "path": "libs/web-components/src/lib/EmptyState/index.ts",
2633
+ "path": "libs/web-components/src/lib/Divider/index.ts",
2634
2634
  "declarations": [],
2635
2635
  "exports": [
2636
2636
  {
@@ -2638,7 +2638,7 @@
2638
2638
  "name": "*",
2639
2639
  "declaration": {
2640
2640
  "name": "*",
2641
- "package": "./EmptyState"
2641
+ "package": "./Divider"
2642
2642
  }
2643
2643
  }
2644
2644
  ]
@@ -7086,281 +7086,91 @@
7086
7086
  "type": {
7087
7087
  "text": "string | undefined"
7088
7088
  },
7089
- "fieldName": "inputAriaLabel",
7090
- "inheritedFrom": {
7091
- "name": "FormField",
7092
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
7093
- }
7094
- }
7095
- ],
7096
- "superclass": {
7097
- "name": "FormField",
7098
- "module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
7099
- },
7100
- "tagName": "bm-file-upload",
7101
- "customElement": true
7102
- }
7103
- ],
7104
- "exports": [
7105
- {
7106
- "kind": "js",
7107
- "name": "BmFileUploadFileSelectedEvent",
7108
- "declaration": {
7109
- "name": "BmFileUploadFileSelectedEvent",
7110
- "module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.ts"
7111
- }
7112
- },
7113
- {
7114
- "kind": "js",
7115
- "name": "BmFileUpload",
7116
- "declaration": {
7117
- "name": "BmFileUpload",
7118
- "module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.ts"
7119
- }
7120
- },
7121
- {
7122
- "kind": "custom-element-definition",
7123
- "name": "bm-file-upload",
7124
- "declaration": {
7125
- "name": "BmFileUpload",
7126
- "module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.ts"
7127
- }
7128
- }
7129
- ]
7130
- },
7131
- {
7132
- "kind": "javascript-module",
7133
- "path": "libs/web-components/src/lib/wip/FileUpload/FileUploadContext.ts",
7134
- "declarations": [
7135
- {
7136
- "kind": "variable",
7137
- "name": "fileUploadContext"
7138
- }
7139
- ],
7140
- "exports": [
7141
- {
7142
- "kind": "js",
7143
- "name": "fileUploadContext",
7144
- "declaration": {
7145
- "name": "fileUploadContext",
7146
- "module": "libs/web-components/src/lib/wip/FileUpload/FileUploadContext.ts"
7147
- }
7148
- }
7149
- ]
7150
- },
7151
- {
7152
- "kind": "javascript-module",
7153
- "path": "libs/web-components/src/lib/wip/FileUpload/FileUploadListContext.ts",
7154
- "declarations": [
7155
- {
7156
- "kind": "variable",
7157
- "name": "fileUploadListContext"
7158
- }
7159
- ],
7160
- "exports": [
7161
- {
7162
- "kind": "js",
7163
- "name": "fileUploadListContext",
7164
- "declaration": {
7165
- "name": "fileUploadListContext",
7166
- "module": "libs/web-components/src/lib/wip/FileUpload/FileUploadListContext.ts"
7167
- }
7168
- }
7169
- ]
7170
- },
7171
- {
7172
- "kind": "javascript-module",
7173
- "path": "libs/web-components/src/lib/wip/FileUpload/index.ts",
7174
- "declarations": [],
7175
- "exports": [
7176
- {
7177
- "kind": "js",
7178
- "name": "*",
7179
- "declaration": {
7180
- "name": "*",
7181
- "package": "./FileUpload"
7182
- }
7183
- },
7184
- {
7185
- "kind": "js",
7186
- "name": "*",
7187
- "declaration": {
7188
- "name": "*",
7189
- "package": "./FileUpload.Button"
7190
- }
7191
- },
7192
- {
7193
- "kind": "js",
7194
- "name": "*",
7195
- "declaration": {
7196
- "name": "*",
7197
- "package": "./FileUpload.Dropzone"
7198
- }
7199
- },
7200
- {
7201
- "kind": "js",
7202
- "name": "*",
7203
- "declaration": {
7204
- "name": "*",
7205
- "package": "./FileUpload.List"
7206
- }
7207
- },
7208
- {
7209
- "kind": "js",
7210
- "name": "*",
7211
- "declaration": {
7212
- "name": "*",
7213
- "package": "./FileUpload.List.Item"
7214
- }
7215
- }
7216
- ]
7217
- },
7218
- {
7219
- "kind": "javascript-module",
7220
- "path": "libs/web-components/src/lib/wip/Label/Label.ts",
7221
- "declarations": [
7222
- {
7223
- "kind": "class",
7224
- "description": "### Attributes:\n- **disabled** - Specify if the Label displays disabled\n- **required** - Specify if the Label displays as required\n- **text** - Specify the text for Label\n- **optional** - Specify the text for Label\n- **theme** - Specify the theme of the Label. By default it inherits the theme from the parent",
7225
- "name": "BmLabel",
7226
- "slots": [
7227
- {
7228
- "description": "Specify the text for Label",
7229
- "name": "text"
7230
- },
7231
- {
7232
- "description": "Specify if the Label displays as optional",
7233
- "name": "optional"
7234
- },
7235
- {
7236
- "description": "Specify if the icon displays to add a Tooltip",
7237
- "name": "tooltip"
7238
- }
7239
- ],
7240
- "members": [
7241
- {
7242
- "kind": "field",
7243
- "name": "disabled",
7244
- "type": {
7245
- "text": "boolean"
7246
- },
7247
- "default": "false",
7248
- "description": "Specify if the Label displays disabled",
7249
- "attribute": "disabled"
7250
- },
7251
- {
7252
- "kind": "field",
7253
- "name": "required",
7254
- "type": {
7255
- "text": "boolean"
7256
- },
7257
- "default": "false",
7258
- "description": "Specify if the Label displays as required",
7259
- "attribute": "required"
7260
- },
7261
- {
7262
- "kind": "field",
7263
- "name": "text",
7264
- "type": {
7265
- "text": "string | undefined"
7266
- },
7267
- "description": "Specify the text for Label",
7268
- "attribute": "text"
7269
- },
7270
- {
7271
- "kind": "field",
7272
- "name": "optional",
7273
- "type": {
7274
- "text": "string | undefined"
7275
- },
7276
- "description": "Specify the text for Label",
7277
- "attribute": "optional"
7278
- },
7279
- {
7280
- "kind": "field",
7281
- "name": "theme",
7282
- "type": {
7283
- "text": "'light' | 'dark' | undefined"
7284
- },
7285
- "description": "Specify the theme of the Label. By default it inherits the theme from the parent",
7286
- "attribute": "theme"
7287
- }
7288
- ],
7289
- "attributes": [
7290
- {
7291
- "name": "disabled",
7292
- "type": {
7293
- "text": "boolean"
7294
- },
7295
- "default": "false",
7296
- "description": "Specify if the Label displays disabled",
7297
- "fieldName": "disabled"
7298
- },
7299
- {
7300
- "name": "required",
7301
- "type": {
7302
- "text": "boolean"
7303
- },
7304
- "default": "false",
7305
- "description": "Specify if the Label displays as required",
7306
- "fieldName": "required"
7307
- },
7308
- {
7309
- "name": "text",
7310
- "type": {
7311
- "text": "string | undefined"
7312
- },
7313
- "description": "Specify the text for Label",
7314
- "fieldName": "text"
7315
- },
7316
- {
7317
- "name": "optional",
7318
- "type": {
7319
- "text": "string | undefined"
7320
- },
7321
- "description": "Specify the text for Label",
7322
- "fieldName": "optional"
7323
- },
7324
- {
7325
- "name": "theme",
7326
- "type": {
7327
- "text": "'light' | 'dark' | undefined"
7328
- },
7329
- "description": "Specify the theme of the Label. By default it inherits the theme from the parent",
7330
- "fieldName": "theme"
7089
+ "fieldName": "inputAriaLabel",
7090
+ "inheritedFrom": {
7091
+ "name": "FormField",
7092
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
7093
+ }
7331
7094
  }
7332
7095
  ],
7333
7096
  "superclass": {
7334
- "name": "LitElement",
7335
- "package": "lit"
7097
+ "name": "FormField",
7098
+ "module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
7336
7099
  },
7337
- "summary": "`bm-label`",
7338
- "tagName": "bm-label",
7100
+ "tagName": "bm-file-upload",
7339
7101
  "customElement": true
7340
7102
  }
7341
7103
  ],
7342
7104
  "exports": [
7343
7105
  {
7344
7106
  "kind": "js",
7345
- "name": "BmLabel",
7107
+ "name": "BmFileUploadFileSelectedEvent",
7346
7108
  "declaration": {
7347
- "name": "BmLabel",
7348
- "module": "libs/web-components/src/lib/wip/Label/Label.ts"
7109
+ "name": "BmFileUploadFileSelectedEvent",
7110
+ "module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.ts"
7111
+ }
7112
+ },
7113
+ {
7114
+ "kind": "js",
7115
+ "name": "BmFileUpload",
7116
+ "declaration": {
7117
+ "name": "BmFileUpload",
7118
+ "module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.ts"
7349
7119
  }
7350
7120
  },
7351
7121
  {
7352
7122
  "kind": "custom-element-definition",
7353
- "name": "bm-label",
7123
+ "name": "bm-file-upload",
7354
7124
  "declaration": {
7355
- "name": "BmLabel",
7356
- "module": "libs/web-components/src/lib/wip/Label/Label.ts"
7125
+ "name": "BmFileUpload",
7126
+ "module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.ts"
7357
7127
  }
7358
7128
  }
7359
7129
  ]
7360
7130
  },
7361
7131
  {
7362
7132
  "kind": "javascript-module",
7363
- "path": "libs/web-components/src/lib/wip/Label/index.ts",
7133
+ "path": "libs/web-components/src/lib/wip/FileUpload/FileUploadContext.ts",
7134
+ "declarations": [
7135
+ {
7136
+ "kind": "variable",
7137
+ "name": "fileUploadContext"
7138
+ }
7139
+ ],
7140
+ "exports": [
7141
+ {
7142
+ "kind": "js",
7143
+ "name": "fileUploadContext",
7144
+ "declaration": {
7145
+ "name": "fileUploadContext",
7146
+ "module": "libs/web-components/src/lib/wip/FileUpload/FileUploadContext.ts"
7147
+ }
7148
+ }
7149
+ ]
7150
+ },
7151
+ {
7152
+ "kind": "javascript-module",
7153
+ "path": "libs/web-components/src/lib/wip/FileUpload/FileUploadListContext.ts",
7154
+ "declarations": [
7155
+ {
7156
+ "kind": "variable",
7157
+ "name": "fileUploadListContext"
7158
+ }
7159
+ ],
7160
+ "exports": [
7161
+ {
7162
+ "kind": "js",
7163
+ "name": "fileUploadListContext",
7164
+ "declaration": {
7165
+ "name": "fileUploadListContext",
7166
+ "module": "libs/web-components/src/lib/wip/FileUpload/FileUploadListContext.ts"
7167
+ }
7168
+ }
7169
+ ]
7170
+ },
7171
+ {
7172
+ "kind": "javascript-module",
7173
+ "path": "libs/web-components/src/lib/wip/FileUpload/index.ts",
7364
7174
  "declarations": [],
7365
7175
  "exports": [
7366
7176
  {
@@ -7368,7 +7178,39 @@
7368
7178
  "name": "*",
7369
7179
  "declaration": {
7370
7180
  "name": "*",
7371
- "package": "./Label"
7181
+ "package": "./FileUpload"
7182
+ }
7183
+ },
7184
+ {
7185
+ "kind": "js",
7186
+ "name": "*",
7187
+ "declaration": {
7188
+ "name": "*",
7189
+ "package": "./FileUpload.Button"
7190
+ }
7191
+ },
7192
+ {
7193
+ "kind": "js",
7194
+ "name": "*",
7195
+ "declaration": {
7196
+ "name": "*",
7197
+ "package": "./FileUpload.Dropzone"
7198
+ }
7199
+ },
7200
+ {
7201
+ "kind": "js",
7202
+ "name": "*",
7203
+ "declaration": {
7204
+ "name": "*",
7205
+ "package": "./FileUpload.List"
7206
+ }
7207
+ },
7208
+ {
7209
+ "kind": "js",
7210
+ "name": "*",
7211
+ "declaration": {
7212
+ "name": "*",
7213
+ "package": "./FileUpload.List.Item"
7372
7214
  }
7373
7215
  }
7374
7216
  ]
@@ -7820,23 +7662,189 @@
7820
7662
  "type": {
7821
7663
  "text": "string"
7822
7664
  }
7823
- }
7665
+ }
7666
+ }
7667
+ ],
7668
+ "exports": [
7669
+ {
7670
+ "kind": "js",
7671
+ "name": "createId",
7672
+ "declaration": {
7673
+ "name": "createId",
7674
+ "module": "libs/web-components/src/lib/wip/Form/Form.utils.ts"
7675
+ }
7676
+ }
7677
+ ]
7678
+ },
7679
+ {
7680
+ "kind": "javascript-module",
7681
+ "path": "libs/web-components/src/lib/wip/Form/index.ts",
7682
+ "declarations": [],
7683
+ "exports": [
7684
+ {
7685
+ "kind": "js",
7686
+ "name": "*",
7687
+ "declaration": {
7688
+ "name": "*",
7689
+ "package": "./Form"
7690
+ }
7691
+ },
7692
+ {
7693
+ "kind": "js",
7694
+ "name": "*",
7695
+ "declaration": {
7696
+ "name": "*",
7697
+ "package": "./Form.decorator"
7698
+ }
7699
+ }
7700
+ ]
7701
+ },
7702
+ {
7703
+ "kind": "javascript-module",
7704
+ "path": "libs/web-components/src/lib/wip/Label/Label.ts",
7705
+ "declarations": [
7706
+ {
7707
+ "kind": "class",
7708
+ "description": "### Attributes:\n- **disabled** - Specify if the Label displays disabled\n- **required** - Specify if the Label displays as required\n- **text** - Specify the text for Label\n- **optional** - Specify the text for Label\n- **theme** - Specify the theme of the Label. By default it inherits the theme from the parent",
7709
+ "name": "BmLabel",
7710
+ "slots": [
7711
+ {
7712
+ "description": "Specify the text for Label",
7713
+ "name": "text"
7714
+ },
7715
+ {
7716
+ "description": "Specify if the Label displays as optional",
7717
+ "name": "optional"
7718
+ },
7719
+ {
7720
+ "description": "Specify if the icon displays to add a Tooltip",
7721
+ "name": "tooltip"
7722
+ }
7723
+ ],
7724
+ "members": [
7725
+ {
7726
+ "kind": "field",
7727
+ "name": "disabled",
7728
+ "type": {
7729
+ "text": "boolean"
7730
+ },
7731
+ "default": "false",
7732
+ "description": "Specify if the Label displays disabled",
7733
+ "attribute": "disabled"
7734
+ },
7735
+ {
7736
+ "kind": "field",
7737
+ "name": "required",
7738
+ "type": {
7739
+ "text": "boolean"
7740
+ },
7741
+ "default": "false",
7742
+ "description": "Specify if the Label displays as required",
7743
+ "attribute": "required"
7744
+ },
7745
+ {
7746
+ "kind": "field",
7747
+ "name": "text",
7748
+ "type": {
7749
+ "text": "string | undefined"
7750
+ },
7751
+ "description": "Specify the text for Label",
7752
+ "attribute": "text"
7753
+ },
7754
+ {
7755
+ "kind": "field",
7756
+ "name": "optional",
7757
+ "type": {
7758
+ "text": "string | undefined"
7759
+ },
7760
+ "description": "Specify the text for Label",
7761
+ "attribute": "optional"
7762
+ },
7763
+ {
7764
+ "kind": "field",
7765
+ "name": "theme",
7766
+ "type": {
7767
+ "text": "'light' | 'dark' | undefined"
7768
+ },
7769
+ "description": "Specify the theme of the Label. By default it inherits the theme from the parent",
7770
+ "attribute": "theme"
7771
+ }
7772
+ ],
7773
+ "attributes": [
7774
+ {
7775
+ "name": "disabled",
7776
+ "type": {
7777
+ "text": "boolean"
7778
+ },
7779
+ "default": "false",
7780
+ "description": "Specify if the Label displays disabled",
7781
+ "fieldName": "disabled"
7782
+ },
7783
+ {
7784
+ "name": "required",
7785
+ "type": {
7786
+ "text": "boolean"
7787
+ },
7788
+ "default": "false",
7789
+ "description": "Specify if the Label displays as required",
7790
+ "fieldName": "required"
7791
+ },
7792
+ {
7793
+ "name": "text",
7794
+ "type": {
7795
+ "text": "string | undefined"
7796
+ },
7797
+ "description": "Specify the text for Label",
7798
+ "fieldName": "text"
7799
+ },
7800
+ {
7801
+ "name": "optional",
7802
+ "type": {
7803
+ "text": "string | undefined"
7804
+ },
7805
+ "description": "Specify the text for Label",
7806
+ "fieldName": "optional"
7807
+ },
7808
+ {
7809
+ "name": "theme",
7810
+ "type": {
7811
+ "text": "'light' | 'dark' | undefined"
7812
+ },
7813
+ "description": "Specify the theme of the Label. By default it inherits the theme from the parent",
7814
+ "fieldName": "theme"
7815
+ }
7816
+ ],
7817
+ "superclass": {
7818
+ "name": "LitElement",
7819
+ "package": "lit"
7820
+ },
7821
+ "summary": "`bm-label`",
7822
+ "tagName": "bm-label",
7823
+ "customElement": true
7824
7824
  }
7825
7825
  ],
7826
7826
  "exports": [
7827
7827
  {
7828
7828
  "kind": "js",
7829
- "name": "createId",
7829
+ "name": "BmLabel",
7830
7830
  "declaration": {
7831
- "name": "createId",
7832
- "module": "libs/web-components/src/lib/wip/Form/Form.utils.ts"
7831
+ "name": "BmLabel",
7832
+ "module": "libs/web-components/src/lib/wip/Label/Label.ts"
7833
+ }
7834
+ },
7835
+ {
7836
+ "kind": "custom-element-definition",
7837
+ "name": "bm-label",
7838
+ "declaration": {
7839
+ "name": "BmLabel",
7840
+ "module": "libs/web-components/src/lib/wip/Label/Label.ts"
7833
7841
  }
7834
7842
  }
7835
7843
  ]
7836
7844
  },
7837
7845
  {
7838
7846
  "kind": "javascript-module",
7839
- "path": "libs/web-components/src/lib/wip/Form/index.ts",
7847
+ "path": "libs/web-components/src/lib/wip/Label/index.ts",
7840
7848
  "declarations": [],
7841
7849
  "exports": [
7842
7850
  {
@@ -7844,15 +7852,7 @@
7844
7852
  "name": "*",
7845
7853
  "declaration": {
7846
7854
  "name": "*",
7847
- "package": "./Form"
7848
- }
7849
- },
7850
- {
7851
- "kind": "js",
7852
- "name": "*",
7853
- "declaration": {
7854
- "name": "*",
7855
- "package": "./Form.decorator"
7855
+ "package": "./Label"
7856
7856
  }
7857
7857
  }
7858
7858
  ]
@@ -8287,88 +8287,66 @@
8287
8287
  },
8288
8288
  {
8289
8289
  "kind": "javascript-module",
8290
- "path": "libs/web-components/src/lib/wip/Switch/Switch.ts",
8290
+ "path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
8291
8291
  "declarations": [
8292
8292
  {
8293
8293
  "kind": "class",
8294
- "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",
8295
- "name": "BmSwitch",
8296
- "slots": [
8297
- {
8298
- "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
8299
- "name": "onText"
8300
- },
8301
- {
8302
- "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
8303
- "name": "offText"
8304
- }
8305
- ],
8294
+ "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",
8295
+ "name": "BmRadioButton",
8306
8296
  "members": [
8307
8297
  {
8308
8298
  "kind": "field",
8309
- "name": "inputChoiceGroupContext",
8310
- "type": {
8311
- "text": "InputChoiceGroupContextProps"
8312
- }
8313
- },
8314
- {
8315
- "kind": "field",
8316
- "name": "onText",
8299
+ "name": "label",
8317
8300
  "type": {
8318
8301
  "text": "string | undefined"
8319
8302
  },
8320
- "default": "undefined",
8321
- "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
8322
- "attribute": "onText"
8303
+ "description": "Specify the text for the label",
8304
+ "attribute": "label"
8323
8305
  },
8324
8306
  {
8325
8307
  "kind": "field",
8326
- "name": "offText",
8308
+ "name": "error",
8327
8309
  "type": {
8328
- "text": "string | undefined"
8310
+ "text": "boolean | undefined"
8329
8311
  },
8330
- "default": "undefined",
8331
- "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
8332
- "attribute": "offText"
8312
+ "description": "Specify error text and display error state of a RadioButton",
8313
+ "attribute": "error"
8333
8314
  },
8334
8315
  {
8335
8316
  "kind": "field",
8336
- "name": "theme",
8317
+ "name": "readOnly",
8337
8318
  "type": {
8338
- "text": "ThemeTypes | undefined"
8319
+ "text": "boolean | undefined"
8339
8320
  },
8340
- "default": "undefined",
8341
- "description": "Specify the theme of the Switch. By default it inherits the theme from the parent"
8321
+ "description": "Specify if RadioButton displays in a read-only state",
8322
+ "attribute": "readOnly"
8342
8323
  },
8343
8324
  {
8344
8325
  "kind": "field",
8345
- "name": "textPosition",
8326
+ "name": "disabled",
8346
8327
  "type": {
8347
- "text": "'before' | 'after'"
8328
+ "text": "boolean | undefined"
8348
8329
  },
8349
- "default": "'after'",
8350
- "description": "Specify the position of the side label",
8351
- "attribute": "textPosition"
8330
+ "description": "Specify if RadioButton displays in a disabled state",
8331
+ "attribute": "disabled"
8352
8332
  },
8353
8333
  {
8354
8334
  "kind": "field",
8355
- "name": "readOnly",
8335
+ "name": "theme",
8356
8336
  "type": {
8357
- "text": "boolean"
8337
+ "text": "'light' | 'dark' | undefined"
8358
8338
  },
8359
- "default": "false",
8360
- "description": "Specify if Switch displays in a read-only state",
8361
- "attribute": "readOnly"
8339
+ "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
8340
+ "attribute": "theme"
8362
8341
  },
8363
8342
  {
8364
8343
  "kind": "field",
8365
- "name": "disabled",
8344
+ "name": "value",
8366
8345
  "type": {
8367
- "text": "boolean"
8346
+ "text": "string | undefined"
8368
8347
  },
8369
- "default": "false",
8370
- "description": "Specify if Switch displays in a disabled state",
8371
- "attribute": "disabled"
8348
+ "description": "The value attribute for the input element",
8349
+ "attribute": "value"
8372
8350
  },
8373
8351
  {
8374
8352
  "kind": "field",
@@ -8377,75 +8355,74 @@
8377
8355
  "text": "boolean"
8378
8356
  },
8379
8357
  "default": "false",
8358
+ "description": "The checked attribute for the input element",
8380
8359
  "attribute": "checked"
8381
8360
  },
8382
8361
  {
8383
8362
  "kind": "field",
8384
- "name": "value",
8363
+ "name": "onKeyDown",
8385
8364
  "type": {
8386
- "text": "string | undefined"
8365
+ "text": "(event: KeyboardEvent) => void | undefined"
8387
8366
  },
8388
- "description": "The value attribute for the input element",
8389
- "attribute": "value"
8367
+ "description": "A user-defined function to handle keydown events",
8368
+ "attribute": "onKeyDown"
8390
8369
  },
8391
8370
  {
8392
8371
  "kind": "field",
8393
- "name": "switchRef"
8372
+ "name": "inputChoiceGroupContext",
8373
+ "type": {
8374
+ "text": "InputChoiceGroupContextProps"
8375
+ }
8376
+ },
8377
+ {
8378
+ "kind": "field",
8379
+ "name": "radioButtonRef"
8380
+ },
8381
+ {
8382
+ "kind": "method",
8383
+ "name": "focus"
8394
8384
  }
8395
8385
  ],
8396
8386
  "attributes": [
8397
8387
  {
8398
- "name": "onText",
8399
- "type": {
8400
- "text": "string | undefined"
8401
- },
8402
- "default": "undefined",
8403
- "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
8404
- "fieldName": "onText"
8405
- },
8406
- {
8407
- "name": "offText",
8388
+ "name": "label",
8408
8389
  "type": {
8409
8390
  "text": "string | undefined"
8410
8391
  },
8411
- "default": "undefined",
8412
- "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
8413
- "fieldName": "offText"
8392
+ "description": "Specify the text for the label",
8393
+ "fieldName": "label"
8414
8394
  },
8415
8395
  {
8416
- "name": "textPosition",
8396
+ "name": "error",
8417
8397
  "type": {
8418
- "text": "'before' | 'after'"
8398
+ "text": "boolean | undefined"
8419
8399
  },
8420
- "default": "'after'",
8421
- "description": "Specify the position of the side label",
8422
- "fieldName": "textPosition"
8400
+ "description": "Specify error text and display error state of a RadioButton",
8401
+ "fieldName": "error"
8423
8402
  },
8424
8403
  {
8425
8404
  "name": "readOnly",
8426
8405
  "type": {
8427
- "text": "boolean"
8406
+ "text": "boolean | undefined"
8428
8407
  },
8429
- "default": "false",
8430
- "description": "Specify if Switch displays in a read-only state",
8408
+ "description": "Specify if RadioButton displays in a read-only state",
8431
8409
  "fieldName": "readOnly"
8432
8410
  },
8433
8411
  {
8434
8412
  "name": "disabled",
8435
8413
  "type": {
8436
- "text": "boolean"
8414
+ "text": "boolean | undefined"
8437
8415
  },
8438
- "default": "false",
8439
- "description": "Specify if Switch displays in a disabled state",
8416
+ "description": "Specify if RadioButton displays in a disabled state",
8440
8417
  "fieldName": "disabled"
8441
8418
  },
8442
8419
  {
8443
- "name": "checked",
8420
+ "name": "theme",
8444
8421
  "type": {
8445
- "text": "boolean"
8422
+ "text": "'light' | 'dark' | undefined"
8446
8423
  },
8447
- "default": "false",
8448
- "fieldName": "checked"
8424
+ "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
8425
+ "fieldName": "theme"
8449
8426
  },
8450
8427
  {
8451
8428
  "name": "value",
@@ -8454,38 +8431,55 @@
8454
8431
  },
8455
8432
  "description": "The value attribute for the input element",
8456
8433
  "fieldName": "value"
8434
+ },
8435
+ {
8436
+ "name": "checked",
8437
+ "type": {
8438
+ "text": "boolean"
8439
+ },
8440
+ "default": "false",
8441
+ "description": "The checked attribute for the input element",
8442
+ "fieldName": "checked"
8443
+ },
8444
+ {
8445
+ "name": "onKeyDown",
8446
+ "type": {
8447
+ "text": "(event: KeyboardEvent) => void | undefined"
8448
+ },
8449
+ "description": "A user-defined function to handle keydown events",
8450
+ "fieldName": "onKeyDown"
8457
8451
  }
8458
8452
  ],
8459
8453
  "superclass": {
8460
8454
  "name": "LitElement",
8461
8455
  "package": "lit"
8462
8456
  },
8463
- "tagName": "bm-switch",
8457
+ "tagName": "bm-radio-button",
8464
8458
  "customElement": true
8465
8459
  }
8466
8460
  ],
8467
8461
  "exports": [
8468
8462
  {
8469
8463
  "kind": "js",
8470
- "name": "BmSwitch",
8464
+ "name": "BmRadioButton",
8471
8465
  "declaration": {
8472
- "name": "BmSwitch",
8473
- "module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
8466
+ "name": "BmRadioButton",
8467
+ "module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
8474
8468
  }
8475
8469
  },
8476
8470
  {
8477
8471
  "kind": "custom-element-definition",
8478
- "name": "bm-switch",
8472
+ "name": "bm-radio-button",
8479
8473
  "declaration": {
8480
- "name": "BmSwitch",
8481
- "module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
8474
+ "name": "BmRadioButton",
8475
+ "module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
8482
8476
  }
8483
8477
  }
8484
8478
  ]
8485
8479
  },
8486
8480
  {
8487
8481
  "kind": "javascript-module",
8488
- "path": "libs/web-components/src/lib/wip/Switch/index.ts",
8482
+ "path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
8489
8483
  "declarations": [],
8490
8484
  "exports": [
8491
8485
  {
@@ -8493,7 +8487,7 @@
8493
8487
  "name": "*",
8494
8488
  "declaration": {
8495
8489
  "name": "*",
8496
- "package": "./Switch"
8490
+ "package": "./RadioButton"
8497
8491
  }
8498
8492
  },
8499
8493
  {
@@ -8501,157 +8495,164 @@
8501
8495
  "name": "*",
8502
8496
  "declaration": {
8503
8497
  "name": "*",
8504
- "package": "./SwitchGroup/SwitchGroup"
8498
+ "package": "./RadioButtonGroup/RadioButtonGroup"
8505
8499
  }
8506
8500
  }
8507
8501
  ]
8508
8502
  },
8509
8503
  {
8510
8504
  "kind": "javascript-module",
8511
- "path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
8505
+ "path": "libs/web-components/src/lib/wip/Switch/Switch.ts",
8512
8506
  "declarations": [
8513
8507
  {
8514
8508
  "kind": "class",
8515
- "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",
8516
- "name": "BmRadioButton",
8509
+ "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",
8510
+ "name": "BmSwitch",
8511
+ "slots": [
8512
+ {
8513
+ "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
8514
+ "name": "onText"
8515
+ },
8516
+ {
8517
+ "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
8518
+ "name": "offText"
8519
+ }
8520
+ ],
8517
8521
  "members": [
8518
8522
  {
8519
8523
  "kind": "field",
8520
- "name": "label",
8524
+ "name": "inputChoiceGroupContext",
8521
8525
  "type": {
8522
- "text": "string | undefined"
8523
- },
8524
- "description": "Specify the text for the label",
8525
- "attribute": "label"
8526
+ "text": "InputChoiceGroupContextProps"
8527
+ }
8526
8528
  },
8527
8529
  {
8528
8530
  "kind": "field",
8529
- "name": "error",
8531
+ "name": "onText",
8530
8532
  "type": {
8531
- "text": "boolean | undefined"
8533
+ "text": "string | undefined"
8532
8534
  },
8533
- "description": "Specify error text and display error state of a RadioButton",
8534
- "attribute": "error"
8535
+ "default": "undefined",
8536
+ "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
8537
+ "attribute": "onText"
8535
8538
  },
8536
8539
  {
8537
8540
  "kind": "field",
8538
- "name": "readOnly",
8541
+ "name": "offText",
8539
8542
  "type": {
8540
- "text": "boolean | undefined"
8543
+ "text": "string | undefined"
8541
8544
  },
8542
- "description": "Specify if RadioButton displays in a read-only state",
8543
- "attribute": "readOnly"
8545
+ "default": "undefined",
8546
+ "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
8547
+ "attribute": "offText"
8544
8548
  },
8545
8549
  {
8546
8550
  "kind": "field",
8547
- "name": "disabled",
8551
+ "name": "theme",
8548
8552
  "type": {
8549
- "text": "boolean | undefined"
8553
+ "text": "ThemeTypes | undefined"
8550
8554
  },
8551
- "description": "Specify if RadioButton displays in a disabled state",
8552
- "attribute": "disabled"
8555
+ "default": "undefined",
8556
+ "description": "Specify the theme of the Switch. By default it inherits the theme from the parent"
8553
8557
  },
8554
8558
  {
8555
8559
  "kind": "field",
8556
- "name": "theme",
8560
+ "name": "textPosition",
8557
8561
  "type": {
8558
- "text": "'light' | 'dark' | undefined"
8562
+ "text": "'before' | 'after'"
8559
8563
  },
8560
- "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
8561
- "attribute": "theme"
8564
+ "default": "'after'",
8565
+ "description": "Specify the position of the side label",
8566
+ "attribute": "textPosition"
8562
8567
  },
8563
8568
  {
8564
8569
  "kind": "field",
8565
- "name": "value",
8570
+ "name": "readOnly",
8566
8571
  "type": {
8567
- "text": "string | undefined"
8572
+ "text": "boolean"
8568
8573
  },
8569
- "description": "The value attribute for the input element",
8570
- "attribute": "value"
8574
+ "default": "false",
8575
+ "description": "Specify if Switch displays in a read-only state",
8576
+ "attribute": "readOnly"
8571
8577
  },
8572
8578
  {
8573
8579
  "kind": "field",
8574
- "name": "checked",
8580
+ "name": "disabled",
8575
8581
  "type": {
8576
8582
  "text": "boolean"
8577
8583
  },
8578
8584
  "default": "false",
8579
- "description": "The checked attribute for the input element",
8580
- "attribute": "checked"
8585
+ "description": "Specify if Switch displays in a disabled state",
8586
+ "attribute": "disabled"
8581
8587
  },
8582
8588
  {
8583
8589
  "kind": "field",
8584
- "name": "onKeyDown",
8590
+ "name": "checked",
8585
8591
  "type": {
8586
- "text": "(event: KeyboardEvent) => void | undefined"
8592
+ "text": "boolean"
8587
8593
  },
8588
- "description": "A user-defined function to handle keydown events",
8589
- "attribute": "onKeyDown"
8594
+ "default": "false",
8595
+ "attribute": "checked"
8590
8596
  },
8591
8597
  {
8592
8598
  "kind": "field",
8593
- "name": "inputChoiceGroupContext",
8599
+ "name": "value",
8594
8600
  "type": {
8595
- "text": "InputChoiceGroupContextProps"
8596
- }
8601
+ "text": "string | undefined"
8602
+ },
8603
+ "description": "The value attribute for the input element",
8604
+ "attribute": "value"
8597
8605
  },
8598
8606
  {
8599
8607
  "kind": "field",
8600
- "name": "radioButtonRef"
8601
- },
8602
- {
8603
- "kind": "method",
8604
- "name": "focus"
8608
+ "name": "switchRef"
8605
8609
  }
8606
8610
  ],
8607
8611
  "attributes": [
8608
8612
  {
8609
- "name": "label",
8613
+ "name": "onText",
8610
8614
  "type": {
8611
8615
  "text": "string | undefined"
8612
8616
  },
8613
- "description": "Specify the text for the label",
8614
- "fieldName": "label"
8615
- },
8616
- {
8617
- "name": "error",
8618
- "type": {
8619
- "text": "boolean | undefined"
8620
- },
8621
- "description": "Specify error text and display error state of a RadioButton",
8622
- "fieldName": "error"
8617
+ "default": "undefined",
8618
+ "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
8619
+ "fieldName": "onText"
8623
8620
  },
8624
8621
  {
8625
- "name": "readOnly",
8622
+ "name": "offText",
8626
8623
  "type": {
8627
- "text": "boolean | undefined"
8624
+ "text": "string | undefined"
8628
8625
  },
8629
- "description": "Specify if RadioButton displays in a read-only state",
8630
- "fieldName": "readOnly"
8626
+ "default": "undefined",
8627
+ "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
8628
+ "fieldName": "offText"
8631
8629
  },
8632
8630
  {
8633
- "name": "disabled",
8631
+ "name": "textPosition",
8634
8632
  "type": {
8635
- "text": "boolean | undefined"
8633
+ "text": "'before' | 'after'"
8636
8634
  },
8637
- "description": "Specify if RadioButton displays in a disabled state",
8638
- "fieldName": "disabled"
8635
+ "default": "'after'",
8636
+ "description": "Specify the position of the side label",
8637
+ "fieldName": "textPosition"
8639
8638
  },
8640
8639
  {
8641
- "name": "theme",
8640
+ "name": "readOnly",
8642
8641
  "type": {
8643
- "text": "'light' | 'dark' | undefined"
8642
+ "text": "boolean"
8644
8643
  },
8645
- "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
8646
- "fieldName": "theme"
8644
+ "default": "false",
8645
+ "description": "Specify if Switch displays in a read-only state",
8646
+ "fieldName": "readOnly"
8647
8647
  },
8648
8648
  {
8649
- "name": "value",
8649
+ "name": "disabled",
8650
8650
  "type": {
8651
- "text": "string | undefined"
8651
+ "text": "boolean"
8652
8652
  },
8653
- "description": "The value attribute for the input element",
8654
- "fieldName": "value"
8653
+ "default": "false",
8654
+ "description": "Specify if Switch displays in a disabled state",
8655
+ "fieldName": "disabled"
8655
8656
  },
8656
8657
  {
8657
8658
  "name": "checked",
@@ -8659,48 +8660,47 @@
8659
8660
  "text": "boolean"
8660
8661
  },
8661
8662
  "default": "false",
8662
- "description": "The checked attribute for the input element",
8663
8663
  "fieldName": "checked"
8664
8664
  },
8665
8665
  {
8666
- "name": "onKeyDown",
8666
+ "name": "value",
8667
8667
  "type": {
8668
- "text": "(event: KeyboardEvent) => void | undefined"
8668
+ "text": "string | undefined"
8669
8669
  },
8670
- "description": "A user-defined function to handle keydown events",
8671
- "fieldName": "onKeyDown"
8670
+ "description": "The value attribute for the input element",
8671
+ "fieldName": "value"
8672
8672
  }
8673
8673
  ],
8674
8674
  "superclass": {
8675
8675
  "name": "LitElement",
8676
8676
  "package": "lit"
8677
8677
  },
8678
- "tagName": "bm-radio-button",
8678
+ "tagName": "bm-switch",
8679
8679
  "customElement": true
8680
8680
  }
8681
8681
  ],
8682
8682
  "exports": [
8683
8683
  {
8684
8684
  "kind": "js",
8685
- "name": "BmRadioButton",
8685
+ "name": "BmSwitch",
8686
8686
  "declaration": {
8687
- "name": "BmRadioButton",
8688
- "module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
8687
+ "name": "BmSwitch",
8688
+ "module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
8689
8689
  }
8690
8690
  },
8691
8691
  {
8692
8692
  "kind": "custom-element-definition",
8693
- "name": "bm-radio-button",
8693
+ "name": "bm-switch",
8694
8694
  "declaration": {
8695
- "name": "BmRadioButton",
8696
- "module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
8695
+ "name": "BmSwitch",
8696
+ "module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
8697
8697
  }
8698
8698
  }
8699
8699
  ]
8700
8700
  },
8701
8701
  {
8702
8702
  "kind": "javascript-module",
8703
- "path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
8703
+ "path": "libs/web-components/src/lib/wip/Switch/index.ts",
8704
8704
  "declarations": [],
8705
8705
  "exports": [
8706
8706
  {
@@ -8708,7 +8708,7 @@
8708
8708
  "name": "*",
8709
8709
  "declaration": {
8710
8710
  "name": "*",
8711
- "package": "./RadioButton"
8711
+ "package": "./Switch"
8712
8712
  }
8713
8713
  },
8714
8714
  {
@@ -8716,7 +8716,7 @@
8716
8716
  "name": "*",
8717
8717
  "declaration": {
8718
8718
  "name": "*",
8719
- "package": "./RadioButtonGroup/RadioButtonGroup"
8719
+ "package": "./SwitchGroup/SwitchGroup"
8720
8720
  }
8721
8721
  }
8722
8722
  ]
@@ -9743,28 +9743,207 @@
9743
9743
  }
9744
9744
  },
9745
9745
  {
9746
- "description": "Add helper text to the InputChoiceGroup",
9747
- "name": "helperText",
9746
+ "description": "Add helper text to the InputChoiceGroup",
9747
+ "name": "helperText",
9748
+ "inheritedFrom": {
9749
+ "name": "InputChoiceGroup",
9750
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9751
+ }
9752
+ }
9753
+ ],
9754
+ "attributes": [
9755
+ {
9756
+ "name": "theme",
9757
+ "type": {
9758
+ "text": "'light' | 'dark' | undefined"
9759
+ },
9760
+ "description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
9761
+ "fieldName": "theme",
9762
+ "inheritedFrom": {
9763
+ "name": "InputChoiceGroup",
9764
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9765
+ }
9766
+ },
9767
+ {
9768
+ "name": "layout",
9769
+ "type": {
9770
+ "text": "'horizontal' | 'vertical' | 'horizontalFluid'"
9771
+ },
9772
+ "default": "'vertical'",
9773
+ "description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
9774
+ "deprecated": "use `orientation` and `fluid` instead",
9775
+ "fieldName": "layout",
9776
+ "inheritedFrom": {
9777
+ "name": "InputChoiceGroup",
9778
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9779
+ }
9780
+ },
9781
+ {
9782
+ "name": "orientation",
9783
+ "type": {
9784
+ "text": "'horizontal' | 'vertical'"
9785
+ },
9786
+ "default": "'vertical'",
9787
+ "description": "Specify InputChoiceGroup orientation",
9788
+ "fieldName": "orientation",
9789
+ "inheritedFrom": {
9790
+ "name": "InputChoiceGroup",
9791
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9792
+ }
9793
+ },
9794
+ {
9795
+ "name": "fluid",
9796
+ "type": {
9797
+ "text": "boolean"
9798
+ },
9799
+ "default": "false",
9800
+ "description": "Specify if InputChoiceGroup should take the full width of its container",
9801
+ "fieldName": "fluid",
9802
+ "inheritedFrom": {
9803
+ "name": "InputChoiceGroup",
9804
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9805
+ }
9806
+ },
9807
+ {
9808
+ "name": "required",
9809
+ "type": {
9810
+ "text": "boolean"
9811
+ },
9812
+ "default": "false",
9813
+ "description": "Specify if InputChoiceGroup is a required input",
9814
+ "fieldName": "required",
9815
+ "inheritedFrom": {
9816
+ "name": "InputChoiceGroup",
9817
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9818
+ }
9819
+ },
9820
+ {
9821
+ "name": "hideRequiredMarker",
9822
+ "type": {
9823
+ "text": "boolean"
9824
+ },
9825
+ "default": "false",
9826
+ "description": "Specify if the InputChoiceGroup displays with an asterisk",
9827
+ "fieldName": "hideRequiredMarker",
9828
+ "inheritedFrom": {
9829
+ "name": "InputChoiceGroup",
9830
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9831
+ }
9832
+ },
9833
+ {
9834
+ "name": "error",
9835
+ "type": {
9836
+ "text": "string | undefined"
9837
+ },
9838
+ "description": "Specify error text and display error state of a InputChoiceGroup",
9839
+ "fieldName": "error",
9840
+ "inheritedFrom": {
9841
+ "name": "InputChoiceGroup",
9842
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9843
+ }
9844
+ },
9845
+ {
9846
+ "name": "readOnly",
9847
+ "type": {
9848
+ "text": "boolean"
9849
+ },
9850
+ "default": "false",
9851
+ "description": "Specify if InputChoiceGroup displays in a read-only state",
9852
+ "fieldName": "readOnly",
9853
+ "inheritedFrom": {
9854
+ "name": "InputChoiceGroup",
9855
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9856
+ }
9857
+ },
9858
+ {
9859
+ "name": "disabled",
9860
+ "type": {
9861
+ "text": "boolean"
9862
+ },
9863
+ "default": "false",
9864
+ "description": "Specify if InputChoiceGroup displays in a disabled state",
9865
+ "fieldName": "disabled",
9866
+ "inheritedFrom": {
9867
+ "name": "InputChoiceGroup",
9868
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9869
+ }
9870
+ },
9871
+ {
9872
+ "name": "id",
9873
+ "type": {
9874
+ "text": "string"
9875
+ },
9876
+ "default": "''",
9877
+ "fieldName": "id",
9748
9878
  "inheritedFrom": {
9749
- "name": "InputChoiceGroup",
9750
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9879
+ "name": "FormField",
9880
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9881
+ }
9882
+ },
9883
+ {
9884
+ "name": "name",
9885
+ "type": {
9886
+ "text": "string"
9887
+ },
9888
+ "default": "''",
9889
+ "fieldName": "name",
9890
+ "inheritedFrom": {
9891
+ "name": "FormField",
9892
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9893
+ }
9894
+ },
9895
+ {
9896
+ "name": "value",
9897
+ "type": {
9898
+ "text": "string"
9899
+ },
9900
+ "default": "''",
9901
+ "fieldName": "value",
9902
+ "inheritedFrom": {
9903
+ "name": "FormField",
9904
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9905
+ }
9906
+ },
9907
+ {
9908
+ "name": "validationRules",
9909
+ "type": {
9910
+ "text": "Array<FormValidator>"
9911
+ },
9912
+ "default": "[]",
9913
+ "fieldName": "validationRules",
9914
+ "inheritedFrom": {
9915
+ "name": "FormField",
9916
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9917
+ }
9918
+ },
9919
+ {
9920
+ "name": "input-aria-label",
9921
+ "type": {
9922
+ "text": "string | undefined"
9923
+ },
9924
+ "fieldName": "inputAriaLabel",
9925
+ "inheritedFrom": {
9926
+ "name": "FormField",
9927
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9751
9928
  }
9752
9929
  }
9753
9930
  ],
9754
- "attributes": [
9931
+ "members": [
9755
9932
  {
9933
+ "kind": "field",
9756
9934
  "name": "theme",
9757
9935
  "type": {
9758
9936
  "text": "'light' | 'dark' | undefined"
9759
9937
  },
9760
9938
  "description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
9761
- "fieldName": "theme",
9939
+ "attribute": "theme",
9762
9940
  "inheritedFrom": {
9763
9941
  "name": "InputChoiceGroup",
9764
9942
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9765
9943
  }
9766
9944
  },
9767
9945
  {
9946
+ "kind": "field",
9768
9947
  "name": "layout",
9769
9948
  "type": {
9770
9949
  "text": "'horizontal' | 'vertical' | 'horizontalFluid'"
@@ -9772,162 +9951,320 @@
9772
9951
  "default": "'vertical'",
9773
9952
  "description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
9774
9953
  "deprecated": "use `orientation` and `fluid` instead",
9775
- "fieldName": "layout",
9954
+ "attribute": "layout",
9776
9955
  "inheritedFrom": {
9777
9956
  "name": "InputChoiceGroup",
9778
9957
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9779
9958
  }
9780
9959
  },
9781
9960
  {
9961
+ "kind": "field",
9782
9962
  "name": "orientation",
9783
9963
  "type": {
9784
9964
  "text": "'horizontal' | 'vertical'"
9785
9965
  },
9786
9966
  "default": "'vertical'",
9787
9967
  "description": "Specify InputChoiceGroup orientation",
9788
- "fieldName": "orientation",
9968
+ "attribute": "orientation",
9789
9969
  "inheritedFrom": {
9790
9970
  "name": "InputChoiceGroup",
9791
9971
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9792
9972
  }
9793
9973
  },
9794
9974
  {
9975
+ "kind": "field",
9795
9976
  "name": "fluid",
9796
9977
  "type": {
9797
9978
  "text": "boolean"
9798
9979
  },
9799
9980
  "default": "false",
9800
9981
  "description": "Specify if InputChoiceGroup should take the full width of its container",
9801
- "fieldName": "fluid",
9982
+ "attribute": "fluid",
9802
9983
  "inheritedFrom": {
9803
9984
  "name": "InputChoiceGroup",
9804
9985
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9805
9986
  }
9806
9987
  },
9807
9988
  {
9989
+ "kind": "field",
9808
9990
  "name": "required",
9809
9991
  "type": {
9810
9992
  "text": "boolean"
9811
9993
  },
9812
9994
  "default": "false",
9813
9995
  "description": "Specify if InputChoiceGroup is a required input",
9814
- "fieldName": "required",
9996
+ "attribute": "required",
9815
9997
  "inheritedFrom": {
9816
9998
  "name": "InputChoiceGroup",
9817
9999
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9818
10000
  }
9819
10001
  },
9820
10002
  {
10003
+ "kind": "field",
9821
10004
  "name": "hideRequiredMarker",
9822
10005
  "type": {
9823
10006
  "text": "boolean"
9824
10007
  },
9825
10008
  "default": "false",
9826
10009
  "description": "Specify if the InputChoiceGroup displays with an asterisk",
9827
- "fieldName": "hideRequiredMarker",
10010
+ "attribute": "hideRequiredMarker",
9828
10011
  "inheritedFrom": {
9829
10012
  "name": "InputChoiceGroup",
9830
10013
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9831
10014
  }
9832
10015
  },
9833
10016
  {
10017
+ "kind": "field",
9834
10018
  "name": "error",
9835
10019
  "type": {
9836
10020
  "text": "string | undefined"
9837
10021
  },
9838
10022
  "description": "Specify error text and display error state of a InputChoiceGroup",
9839
- "fieldName": "error",
10023
+ "attribute": "error",
9840
10024
  "inheritedFrom": {
9841
10025
  "name": "InputChoiceGroup",
9842
10026
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9843
10027
  }
9844
10028
  },
9845
10029
  {
10030
+ "kind": "field",
9846
10031
  "name": "readOnly",
9847
10032
  "type": {
9848
10033
  "text": "boolean"
9849
10034
  },
9850
10035
  "default": "false",
9851
10036
  "description": "Specify if InputChoiceGroup displays in a read-only state",
9852
- "fieldName": "readOnly",
10037
+ "attribute": "readOnly",
9853
10038
  "inheritedFrom": {
9854
10039
  "name": "InputChoiceGroup",
9855
10040
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9856
10041
  }
9857
10042
  },
9858
10043
  {
10044
+ "kind": "field",
9859
10045
  "name": "disabled",
9860
10046
  "type": {
9861
10047
  "text": "boolean"
9862
10048
  },
9863
10049
  "default": "false",
9864
10050
  "description": "Specify if InputChoiceGroup displays in a disabled state",
9865
- "fieldName": "disabled",
10051
+ "attribute": "disabled",
10052
+ "inheritedFrom": {
10053
+ "name": "InputChoiceGroup",
10054
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10055
+ }
10056
+ },
10057
+ {
10058
+ "kind": "field",
10059
+ "name": "radioButtons",
10060
+ "type": {
10061
+ "text": "NodeListOf<Element>"
10062
+ },
10063
+ "inheritedFrom": {
10064
+ "name": "InputChoiceGroup",
10065
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10066
+ }
10067
+ },
10068
+ {
10069
+ "kind": "field",
10070
+ "name": "checkboxes",
10071
+ "type": {
10072
+ "text": "NodeListOf<Element>"
10073
+ },
10074
+ "inheritedFrom": {
10075
+ "name": "InputChoiceGroup",
10076
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10077
+ }
10078
+ },
10079
+ {
10080
+ "kind": "field",
10081
+ "name": "switches",
10082
+ "type": {
10083
+ "text": "NodeListOf<Element>"
10084
+ },
10085
+ "inheritedFrom": {
10086
+ "name": "InputChoiceGroup",
10087
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10088
+ }
10089
+ },
10090
+ {
10091
+ "kind": "field",
10092
+ "name": "inputGroupContextValue",
10093
+ "type": {
10094
+ "text": "InputChoiceGroupContextProps"
10095
+ },
10096
+ "privacy": "public",
10097
+ "default": "{ name: '', required: false, error: undefined, readOnly: false, disabled: false, selectedValue: undefined, updateSelectedValue: this.updateSelectedValue.bind(this), }",
9866
10098
  "inheritedFrom": {
9867
10099
  "name": "InputChoiceGroup",
9868
10100
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9869
10101
  }
9870
10102
  },
9871
10103
  {
10104
+ "kind": "field",
10105
+ "name": "formAssociated",
10106
+ "type": {
10107
+ "text": "boolean"
10108
+ },
10109
+ "static": true,
10110
+ "default": "true",
10111
+ "inheritedFrom": {
10112
+ "name": "FormField",
10113
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10114
+ }
10115
+ },
10116
+ {
10117
+ "kind": "field",
9872
10118
  "name": "id",
9873
10119
  "type": {
9874
10120
  "text": "string"
9875
10121
  },
9876
10122
  "default": "''",
9877
- "fieldName": "id",
10123
+ "attribute": "id",
9878
10124
  "inheritedFrom": {
9879
10125
  "name": "FormField",
9880
10126
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9881
10127
  }
9882
10128
  },
9883
10129
  {
10130
+ "kind": "field",
9884
10131
  "name": "name",
9885
10132
  "type": {
9886
10133
  "text": "string"
9887
10134
  },
9888
10135
  "default": "''",
9889
- "fieldName": "name",
10136
+ "attribute": "name",
9890
10137
  "inheritedFrom": {
9891
10138
  "name": "FormField",
9892
10139
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9893
10140
  }
9894
10141
  },
9895
10142
  {
10143
+ "kind": "field",
9896
10144
  "name": "value",
9897
10145
  "type": {
9898
10146
  "text": "string"
9899
10147
  },
9900
10148
  "default": "''",
9901
- "fieldName": "value",
10149
+ "attribute": "value",
9902
10150
  "inheritedFrom": {
9903
10151
  "name": "FormField",
9904
10152
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9905
10153
  }
9906
10154
  },
9907
10155
  {
10156
+ "kind": "field",
9908
10157
  "name": "validationRules",
9909
10158
  "type": {
9910
10159
  "text": "Array<FormValidator>"
9911
10160
  },
9912
10161
  "default": "[]",
9913
- "fieldName": "validationRules",
10162
+ "attribute": "validationRules",
9914
10163
  "inheritedFrom": {
9915
10164
  "name": "FormField",
9916
10165
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9917
10166
  }
9918
10167
  },
9919
10168
  {
9920
- "name": "input-aria-label",
10169
+ "kind": "field",
10170
+ "name": "inputAriaLabel",
9921
10171
  "type": {
9922
10172
  "text": "string | undefined"
9923
10173
  },
9924
- "fieldName": "inputAriaLabel",
10174
+ "attribute": "input-aria-label",
10175
+ "inheritedFrom": {
10176
+ "name": "FormField",
10177
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10178
+ }
10179
+ },
10180
+ {
10181
+ "kind": "field",
10182
+ "name": "formContext",
10183
+ "type": {
10184
+ "text": "BmFormContext"
10185
+ },
10186
+ "inheritedFrom": {
10187
+ "name": "FormField",
10188
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10189
+ }
10190
+ },
10191
+ {
10192
+ "kind": "method",
10193
+ "name": "formAssociatedCallback",
10194
+ "return": {
10195
+ "type": {
10196
+ "text": "void"
10197
+ }
10198
+ },
10199
+ "inheritedFrom": {
10200
+ "name": "FormField",
10201
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10202
+ }
10203
+ },
10204
+ {
10205
+ "kind": "method",
10206
+ "name": "formResetCallback",
10207
+ "return": {
10208
+ "type": {
10209
+ "text": "void"
10210
+ }
10211
+ },
10212
+ "inheritedFrom": {
10213
+ "name": "FormField",
10214
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10215
+ }
10216
+ },
10217
+ {
10218
+ "kind": "method",
10219
+ "name": "finalizeAssociatedCallback",
10220
+ "return": {
10221
+ "type": {
10222
+ "text": "FinalizeAssociatedResult"
10223
+ }
10224
+ },
10225
+ "parameters": [
10226
+ {
10227
+ "name": "ctxValue",
10228
+ "type": {
10229
+ "text": "string"
10230
+ }
10231
+ }
10232
+ ],
9925
10233
  "inheritedFrom": {
9926
10234
  "name": "FormField",
9927
10235
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9928
10236
  }
9929
10237
  }
9930
- ],
10238
+ ]
10239
+ }
10240
+ ],
10241
+ "exports": [
10242
+ {
10243
+ "kind": "js",
10244
+ "name": "BmCheckboxGroup",
10245
+ "declaration": {
10246
+ "name": "BmCheckboxGroup",
10247
+ "module": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts"
10248
+ }
10249
+ },
10250
+ {
10251
+ "kind": "custom-element-definition",
10252
+ "name": "bm-checkbox-group",
10253
+ "declaration": {
10254
+ "name": "BmCheckboxGroup",
10255
+ "module": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts"
10256
+ }
10257
+ }
10258
+ ]
10259
+ },
10260
+ {
10261
+ "kind": "javascript-module",
10262
+ "path": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts",
10263
+ "declarations": [
10264
+ {
10265
+ "kind": "class",
10266
+ "description": "",
10267
+ "name": "BmRadioButtonGroup",
9931
10268
  "members": [
9932
10269
  {
9933
10270
  "kind": "field",
@@ -10235,39 +10572,16 @@
10235
10572
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10236
10573
  }
10237
10574
  }
10238
- ]
10239
- }
10240
- ],
10241
- "exports": [
10242
- {
10243
- "kind": "js",
10244
- "name": "BmCheckboxGroup",
10245
- "declaration": {
10246
- "name": "BmCheckboxGroup",
10247
- "module": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts"
10248
- }
10249
- },
10250
- {
10251
- "kind": "custom-element-definition",
10252
- "name": "bm-checkbox-group",
10253
- "declaration": {
10254
- "name": "BmCheckboxGroup",
10255
- "module": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts"
10256
- }
10257
- }
10258
- ]
10259
- },
10260
- {
10261
- "kind": "javascript-module",
10262
- "path": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts",
10263
- "declarations": [
10264
- {
10265
- "kind": "class",
10266
- "description": "`bm-switch-group`",
10267
- "name": "BmSwitchGroup",
10575
+ ],
10576
+ "superclass": {
10577
+ "name": "InputChoiceGroup",
10578
+ "module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
10579
+ },
10580
+ "tagName": "bm-radio-button-group",
10581
+ "customElement": true,
10268
10582
  "slots": [
10269
10583
  {
10270
- "description": "Slot for the label of the SwitchGroup",
10584
+ "description": "Add label text to the InputChoiceGroup",
10271
10585
  "name": "label",
10272
10586
  "inheritedFrom": {
10273
10587
  "name": "InputChoiceGroup",
@@ -10275,7 +10589,7 @@
10275
10589
  }
10276
10590
  },
10277
10591
  {
10278
- "description": "Slot for the helper text of the SwitchGroup",
10592
+ "description": "Add helper text to the InputChoiceGroup",
10279
10593
  "name": "helperText",
10280
10594
  "inheritedFrom": {
10281
10595
  "name": "InputChoiceGroup",
@@ -10283,12 +10597,6 @@
10283
10597
  }
10284
10598
  }
10285
10599
  ],
10286
- "superclass": {
10287
- "name": "InputChoiceGroup",
10288
- "module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
10289
- },
10290
- "tagName": "bm-switch-group",
10291
- "customElement": true,
10292
10600
  "attributes": [
10293
10601
  {
10294
10602
  "name": "theme",
@@ -10465,23 +10773,74 @@
10465
10773
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10466
10774
  }
10467
10775
  }
10776
+ ]
10777
+ }
10778
+ ],
10779
+ "exports": [
10780
+ {
10781
+ "kind": "js",
10782
+ "name": "BmRadioButtonGroup",
10783
+ "declaration": {
10784
+ "name": "BmRadioButtonGroup",
10785
+ "module": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts"
10786
+ }
10787
+ },
10788
+ {
10789
+ "kind": "custom-element-definition",
10790
+ "name": "bm-radio-button-group",
10791
+ "declaration": {
10792
+ "name": "BmRadioButtonGroup",
10793
+ "module": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts"
10794
+ }
10795
+ }
10796
+ ]
10797
+ },
10798
+ {
10799
+ "kind": "javascript-module",
10800
+ "path": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts",
10801
+ "declarations": [
10802
+ {
10803
+ "kind": "class",
10804
+ "description": "`bm-switch-group`",
10805
+ "name": "BmSwitchGroup",
10806
+ "slots": [
10807
+ {
10808
+ "description": "Slot for the label of the SwitchGroup",
10809
+ "name": "label",
10810
+ "inheritedFrom": {
10811
+ "name": "InputChoiceGroup",
10812
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10813
+ }
10814
+ },
10815
+ {
10816
+ "description": "Slot for the helper text of the SwitchGroup",
10817
+ "name": "helperText",
10818
+ "inheritedFrom": {
10819
+ "name": "InputChoiceGroup",
10820
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10821
+ }
10822
+ }
10468
10823
  ],
10469
- "members": [
10824
+ "superclass": {
10825
+ "name": "InputChoiceGroup",
10826
+ "module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
10827
+ },
10828
+ "tagName": "bm-switch-group",
10829
+ "customElement": true,
10830
+ "attributes": [
10470
10831
  {
10471
- "kind": "field",
10472
10832
  "name": "theme",
10473
10833
  "type": {
10474
10834
  "text": "'light' | 'dark' | undefined"
10475
10835
  },
10476
10836
  "description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
10477
- "attribute": "theme",
10837
+ "fieldName": "theme",
10478
10838
  "inheritedFrom": {
10479
10839
  "name": "InputChoiceGroup",
10480
10840
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10481
10841
  }
10482
10842
  },
10483
10843
  {
10484
- "kind": "field",
10485
10844
  "name": "layout",
10486
10845
  "type": {
10487
10846
  "text": "'horizontal' | 'vertical' | 'horizontalFluid'"
@@ -10489,320 +10848,162 @@
10489
10848
  "default": "'vertical'",
10490
10849
  "description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
10491
10850
  "deprecated": "use `orientation` and `fluid` instead",
10492
- "attribute": "layout",
10851
+ "fieldName": "layout",
10493
10852
  "inheritedFrom": {
10494
10853
  "name": "InputChoiceGroup",
10495
10854
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10496
10855
  }
10497
10856
  },
10498
10857
  {
10499
- "kind": "field",
10500
10858
  "name": "orientation",
10501
10859
  "type": {
10502
10860
  "text": "'horizontal' | 'vertical'"
10503
10861
  },
10504
10862
  "default": "'vertical'",
10505
10863
  "description": "Specify InputChoiceGroup orientation",
10506
- "attribute": "orientation",
10864
+ "fieldName": "orientation",
10507
10865
  "inheritedFrom": {
10508
10866
  "name": "InputChoiceGroup",
10509
10867
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10510
10868
  }
10511
10869
  },
10512
10870
  {
10513
- "kind": "field",
10514
10871
  "name": "fluid",
10515
10872
  "type": {
10516
10873
  "text": "boolean"
10517
10874
  },
10518
10875
  "default": "false",
10519
10876
  "description": "Specify if InputChoiceGroup should take the full width of its container",
10520
- "attribute": "fluid",
10877
+ "fieldName": "fluid",
10521
10878
  "inheritedFrom": {
10522
10879
  "name": "InputChoiceGroup",
10523
10880
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10524
10881
  }
10525
10882
  },
10526
10883
  {
10527
- "kind": "field",
10528
10884
  "name": "required",
10529
10885
  "type": {
10530
10886
  "text": "boolean"
10531
10887
  },
10532
10888
  "default": "false",
10533
10889
  "description": "Specify if InputChoiceGroup is a required input",
10534
- "attribute": "required",
10890
+ "fieldName": "required",
10535
10891
  "inheritedFrom": {
10536
10892
  "name": "InputChoiceGroup",
10537
10893
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10538
10894
  }
10539
10895
  },
10540
10896
  {
10541
- "kind": "field",
10542
10897
  "name": "hideRequiredMarker",
10543
10898
  "type": {
10544
10899
  "text": "boolean"
10545
10900
  },
10546
10901
  "default": "false",
10547
10902
  "description": "Specify if the InputChoiceGroup displays with an asterisk",
10548
- "attribute": "hideRequiredMarker",
10903
+ "fieldName": "hideRequiredMarker",
10549
10904
  "inheritedFrom": {
10550
10905
  "name": "InputChoiceGroup",
10551
10906
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10552
10907
  }
10553
10908
  },
10554
10909
  {
10555
- "kind": "field",
10556
10910
  "name": "error",
10557
10911
  "type": {
10558
10912
  "text": "string | undefined"
10559
10913
  },
10560
10914
  "description": "Specify error text and display error state of a InputChoiceGroup",
10561
- "attribute": "error",
10915
+ "fieldName": "error",
10562
10916
  "inheritedFrom": {
10563
10917
  "name": "InputChoiceGroup",
10564
10918
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10565
10919
  }
10566
10920
  },
10567
10921
  {
10568
- "kind": "field",
10569
10922
  "name": "readOnly",
10570
10923
  "type": {
10571
10924
  "text": "boolean"
10572
10925
  },
10573
10926
  "default": "false",
10574
10927
  "description": "Specify if InputChoiceGroup displays in a read-only state",
10575
- "attribute": "readOnly",
10928
+ "fieldName": "readOnly",
10576
10929
  "inheritedFrom": {
10577
10930
  "name": "InputChoiceGroup",
10578
10931
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10579
10932
  }
10580
10933
  },
10581
10934
  {
10582
- "kind": "field",
10583
10935
  "name": "disabled",
10584
10936
  "type": {
10585
10937
  "text": "boolean"
10586
10938
  },
10587
10939
  "default": "false",
10588
10940
  "description": "Specify if InputChoiceGroup displays in a disabled state",
10589
- "attribute": "disabled",
10590
- "inheritedFrom": {
10591
- "name": "InputChoiceGroup",
10592
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10593
- }
10594
- },
10595
- {
10596
- "kind": "field",
10597
- "name": "radioButtons",
10598
- "type": {
10599
- "text": "NodeListOf<Element>"
10600
- },
10601
- "inheritedFrom": {
10602
- "name": "InputChoiceGroup",
10603
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10604
- }
10605
- },
10606
- {
10607
- "kind": "field",
10608
- "name": "checkboxes",
10609
- "type": {
10610
- "text": "NodeListOf<Element>"
10611
- },
10612
- "inheritedFrom": {
10613
- "name": "InputChoiceGroup",
10614
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10615
- }
10616
- },
10617
- {
10618
- "kind": "field",
10619
- "name": "switches",
10620
- "type": {
10621
- "text": "NodeListOf<Element>"
10622
- },
10623
- "inheritedFrom": {
10624
- "name": "InputChoiceGroup",
10625
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10626
- }
10627
- },
10628
- {
10629
- "kind": "field",
10630
- "name": "inputGroupContextValue",
10631
- "type": {
10632
- "text": "InputChoiceGroupContextProps"
10633
- },
10634
- "privacy": "public",
10635
- "default": "{ name: '', required: false, error: undefined, readOnly: false, disabled: false, selectedValue: undefined, updateSelectedValue: this.updateSelectedValue.bind(this), }",
10941
+ "fieldName": "disabled",
10636
10942
  "inheritedFrom": {
10637
10943
  "name": "InputChoiceGroup",
10638
10944
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10639
10945
  }
10640
10946
  },
10641
10947
  {
10642
- "kind": "field",
10643
- "name": "formAssociated",
10644
- "type": {
10645
- "text": "boolean"
10646
- },
10647
- "static": true,
10648
- "default": "true",
10649
- "inheritedFrom": {
10650
- "name": "FormField",
10651
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10652
- }
10653
- },
10654
- {
10655
- "kind": "field",
10656
10948
  "name": "id",
10657
10949
  "type": {
10658
10950
  "text": "string"
10659
10951
  },
10660
10952
  "default": "''",
10661
- "attribute": "id",
10953
+ "fieldName": "id",
10662
10954
  "inheritedFrom": {
10663
10955
  "name": "FormField",
10664
10956
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10665
10957
  }
10666
10958
  },
10667
10959
  {
10668
- "kind": "field",
10669
10960
  "name": "name",
10670
10961
  "type": {
10671
10962
  "text": "string"
10672
10963
  },
10673
10964
  "default": "''",
10674
- "attribute": "name",
10965
+ "fieldName": "name",
10675
10966
  "inheritedFrom": {
10676
10967
  "name": "FormField",
10677
10968
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10678
10969
  }
10679
10970
  },
10680
10971
  {
10681
- "kind": "field",
10682
10972
  "name": "value",
10683
10973
  "type": {
10684
10974
  "text": "string"
10685
10975
  },
10686
10976
  "default": "''",
10687
- "attribute": "value",
10977
+ "fieldName": "value",
10688
10978
  "inheritedFrom": {
10689
10979
  "name": "FormField",
10690
10980
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10691
10981
  }
10692
10982
  },
10693
10983
  {
10694
- "kind": "field",
10695
10984
  "name": "validationRules",
10696
10985
  "type": {
10697
10986
  "text": "Array<FormValidator>"
10698
10987
  },
10699
10988
  "default": "[]",
10700
- "attribute": "validationRules",
10701
- "inheritedFrom": {
10702
- "name": "FormField",
10703
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10704
- }
10705
- },
10706
- {
10707
- "kind": "field",
10708
- "name": "inputAriaLabel",
10709
- "type": {
10710
- "text": "string | undefined"
10711
- },
10712
- "attribute": "input-aria-label",
10713
- "inheritedFrom": {
10714
- "name": "FormField",
10715
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10716
- }
10717
- },
10718
- {
10719
- "kind": "field",
10720
- "name": "formContext",
10721
- "type": {
10722
- "text": "BmFormContext"
10723
- },
10724
- "inheritedFrom": {
10725
- "name": "FormField",
10726
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10727
- }
10728
- },
10729
- {
10730
- "kind": "method",
10731
- "name": "formAssociatedCallback",
10732
- "return": {
10733
- "type": {
10734
- "text": "void"
10735
- }
10736
- },
10737
- "inheritedFrom": {
10738
- "name": "FormField",
10739
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10740
- }
10741
- },
10742
- {
10743
- "kind": "method",
10744
- "name": "formResetCallback",
10745
- "return": {
10746
- "type": {
10747
- "text": "void"
10748
- }
10749
- },
10989
+ "fieldName": "validationRules",
10750
10990
  "inheritedFrom": {
10751
10991
  "name": "FormField",
10752
10992
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10753
10993
  }
10754
10994
  },
10755
10995
  {
10756
- "kind": "method",
10757
- "name": "finalizeAssociatedCallback",
10758
- "return": {
10759
- "type": {
10760
- "text": "FinalizeAssociatedResult"
10761
- }
10996
+ "name": "input-aria-label",
10997
+ "type": {
10998
+ "text": "string | undefined"
10762
10999
  },
10763
- "parameters": [
10764
- {
10765
- "name": "ctxValue",
10766
- "type": {
10767
- "text": "string"
10768
- }
10769
- }
10770
- ],
11000
+ "fieldName": "inputAriaLabel",
10771
11001
  "inheritedFrom": {
10772
11002
  "name": "FormField",
10773
11003
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10774
11004
  }
10775
11005
  }
10776
- ]
10777
- }
10778
- ],
10779
- "exports": [
10780
- {
10781
- "kind": "js",
10782
- "name": "BmSwitchGroup",
10783
- "declaration": {
10784
- "name": "BmSwitchGroup",
10785
- "module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
10786
- }
10787
- },
10788
- {
10789
- "kind": "custom-element-definition",
10790
- "name": "bm-switch-group",
10791
- "declaration": {
10792
- "name": "BmSwitchGroup",
10793
- "module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
10794
- }
10795
- }
10796
- ]
10797
- },
10798
- {
10799
- "kind": "javascript-module",
10800
- "path": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts",
10801
- "declarations": [
10802
- {
10803
- "kind": "class",
10804
- "description": "",
10805
- "name": "BmRadioButtonGroup",
11006
+ ],
10806
11007
  "members": [
10807
11008
  {
10808
11009
  "kind": "field",
@@ -11110,225 +11311,24 @@
11110
11311
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
11111
11312
  }
11112
11313
  }
11113
- ],
11114
- "superclass": {
11115
- "name": "InputChoiceGroup",
11116
- "module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
11117
- },
11118
- "tagName": "bm-radio-button-group",
11119
- "customElement": true,
11120
- "slots": [
11121
- {
11122
- "description": "Add label text to the InputChoiceGroup",
11123
- "name": "label",
11124
- "inheritedFrom": {
11125
- "name": "InputChoiceGroup",
11126
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
11127
- }
11128
- },
11129
- {
11130
- "description": "Add helper text to the InputChoiceGroup",
11131
- "name": "helperText",
11132
- "inheritedFrom": {
11133
- "name": "InputChoiceGroup",
11134
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
11135
- }
11136
- }
11137
- ],
11138
- "attributes": [
11139
- {
11140
- "name": "theme",
11141
- "type": {
11142
- "text": "'light' | 'dark' | undefined"
11143
- },
11144
- "description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
11145
- "fieldName": "theme",
11146
- "inheritedFrom": {
11147
- "name": "InputChoiceGroup",
11148
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
11149
- }
11150
- },
11151
- {
11152
- "name": "layout",
11153
- "type": {
11154
- "text": "'horizontal' | 'vertical' | 'horizontalFluid'"
11155
- },
11156
- "default": "'vertical'",
11157
- "description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
11158
- "deprecated": "use `orientation` and `fluid` instead",
11159
- "fieldName": "layout",
11160
- "inheritedFrom": {
11161
- "name": "InputChoiceGroup",
11162
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
11163
- }
11164
- },
11165
- {
11166
- "name": "orientation",
11167
- "type": {
11168
- "text": "'horizontal' | 'vertical'"
11169
- },
11170
- "default": "'vertical'",
11171
- "description": "Specify InputChoiceGroup orientation",
11172
- "fieldName": "orientation",
11173
- "inheritedFrom": {
11174
- "name": "InputChoiceGroup",
11175
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
11176
- }
11177
- },
11178
- {
11179
- "name": "fluid",
11180
- "type": {
11181
- "text": "boolean"
11182
- },
11183
- "default": "false",
11184
- "description": "Specify if InputChoiceGroup should take the full width of its container",
11185
- "fieldName": "fluid",
11186
- "inheritedFrom": {
11187
- "name": "InputChoiceGroup",
11188
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
11189
- }
11190
- },
11191
- {
11192
- "name": "required",
11193
- "type": {
11194
- "text": "boolean"
11195
- },
11196
- "default": "false",
11197
- "description": "Specify if InputChoiceGroup is a required input",
11198
- "fieldName": "required",
11199
- "inheritedFrom": {
11200
- "name": "InputChoiceGroup",
11201
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
11202
- }
11203
- },
11204
- {
11205
- "name": "hideRequiredMarker",
11206
- "type": {
11207
- "text": "boolean"
11208
- },
11209
- "default": "false",
11210
- "description": "Specify if the InputChoiceGroup displays with an asterisk",
11211
- "fieldName": "hideRequiredMarker",
11212
- "inheritedFrom": {
11213
- "name": "InputChoiceGroup",
11214
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
11215
- }
11216
- },
11217
- {
11218
- "name": "error",
11219
- "type": {
11220
- "text": "string | undefined"
11221
- },
11222
- "description": "Specify error text and display error state of a InputChoiceGroup",
11223
- "fieldName": "error",
11224
- "inheritedFrom": {
11225
- "name": "InputChoiceGroup",
11226
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
11227
- }
11228
- },
11229
- {
11230
- "name": "readOnly",
11231
- "type": {
11232
- "text": "boolean"
11233
- },
11234
- "default": "false",
11235
- "description": "Specify if InputChoiceGroup displays in a read-only state",
11236
- "fieldName": "readOnly",
11237
- "inheritedFrom": {
11238
- "name": "InputChoiceGroup",
11239
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
11240
- }
11241
- },
11242
- {
11243
- "name": "disabled",
11244
- "type": {
11245
- "text": "boolean"
11246
- },
11247
- "default": "false",
11248
- "description": "Specify if InputChoiceGroup displays in a disabled state",
11249
- "fieldName": "disabled",
11250
- "inheritedFrom": {
11251
- "name": "InputChoiceGroup",
11252
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
11253
- }
11254
- },
11255
- {
11256
- "name": "id",
11257
- "type": {
11258
- "text": "string"
11259
- },
11260
- "default": "''",
11261
- "fieldName": "id",
11262
- "inheritedFrom": {
11263
- "name": "FormField",
11264
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
11265
- }
11266
- },
11267
- {
11268
- "name": "name",
11269
- "type": {
11270
- "text": "string"
11271
- },
11272
- "default": "''",
11273
- "fieldName": "name",
11274
- "inheritedFrom": {
11275
- "name": "FormField",
11276
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
11277
- }
11278
- },
11279
- {
11280
- "name": "value",
11281
- "type": {
11282
- "text": "string"
11283
- },
11284
- "default": "''",
11285
- "fieldName": "value",
11286
- "inheritedFrom": {
11287
- "name": "FormField",
11288
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
11289
- }
11290
- },
11291
- {
11292
- "name": "validationRules",
11293
- "type": {
11294
- "text": "Array<FormValidator>"
11295
- },
11296
- "default": "[]",
11297
- "fieldName": "validationRules",
11298
- "inheritedFrom": {
11299
- "name": "FormField",
11300
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
11301
- }
11302
- },
11303
- {
11304
- "name": "input-aria-label",
11305
- "type": {
11306
- "text": "string | undefined"
11307
- },
11308
- "fieldName": "inputAriaLabel",
11309
- "inheritedFrom": {
11310
- "name": "FormField",
11311
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
11312
- }
11313
- }
11314
11314
  ]
11315
11315
  }
11316
11316
  ],
11317
11317
  "exports": [
11318
11318
  {
11319
11319
  "kind": "js",
11320
- "name": "BmRadioButtonGroup",
11320
+ "name": "BmSwitchGroup",
11321
11321
  "declaration": {
11322
- "name": "BmRadioButtonGroup",
11323
- "module": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts"
11322
+ "name": "BmSwitchGroup",
11323
+ "module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
11324
11324
  }
11325
11325
  },
11326
11326
  {
11327
11327
  "kind": "custom-element-definition",
11328
- "name": "bm-radio-button-group",
11328
+ "name": "bm-switch-group",
11329
11329
  "declaration": {
11330
- "name": "BmRadioButtonGroup",
11331
- "module": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts"
11330
+ "name": "BmSwitchGroup",
11331
+ "module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
11332
11332
  }
11333
11333
  }
11334
11334
  ]